We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf645dc commit 49962b8Copy full SHA for 49962b8
.github/workflows/build.yml
@@ -34,9 +34,9 @@ jobs:
34
- gradle-version: '7.2'
35
kotlin-version: '1.5.30'
36
- gradle-version: '7.3.3'
37
- kotlin-version: '1.7.10'
+ kotlin-version: '1.7.20'
38
- gradle-version: '7.4.2'
39
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
gradle.properties
@@ -1,2 +1,2 @@
1
version=SNAPSHOT
2
-kotlinVersion=1.7.10
+kotlinVersion=1.7.20
0 commit comments