File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16
16
- name : set up JDK 17
17
17
uses : actions/setup-java@v3
18
18
with :
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Define the dependency versions
3
3
# kotlin
4
- kotlinVersion = " 1.8.20 "
4
+ kotlinVersion = " 1.9.10 "
5
5
kotlinJvmTarget = " 17"
6
6
kotlinxCoroutines = " 1.6.4"
7
7
kotlinxSerializationJson = " 1.5.0"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments