File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1616 - name : set up JDK 17
1717 uses : actions/setup-java@v3
1818 with :
Original file line number Diff line number Diff line change 11[versions ]
22# Define the dependency versions
33# kotlin
4- kotlinVersion = " 1.8.20 "
4+ kotlinVersion = " 1.9.10 "
55kotlinJvmTarget = " 17"
66kotlinxCoroutines = " 1.6.4"
77kotlinxSerializationJson = " 1.5.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments