Skip to content

Commit 49962b8

Browse files
committed
Update kotlin (1.7.10 -> 1.7.20)
1 parent bf645dc commit 49962b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- gradle-version: '7.2'
3535
kotlin-version: '1.5.30'
3636
- gradle-version: '7.3.3'
37-
kotlin-version: '1.7.10'
37+
kotlin-version: '1.7.20'
3838
- gradle-version: '7.4.2'
39-
kotlin-version: '1.7.10'
39+
kotlin-version: '1.7.20'
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v2

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=SNAPSHOT
2-
kotlinVersion=1.7.10
2+
kotlinVersion=1.7.20

0 commit comments

Comments
 (0)