This repository was archived by the owner on Mar 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.2.0 "
3- kotlin(" plugin.serialization" ) version " 2.2.0 "
2+ kotlin(" jvm" ) version " 2.2.21 "
3+ kotlin(" plugin.serialization" ) version " 2.2.21 "
44}
55
66group = " xyz.calcugames"
@@ -17,8 +17,8 @@ dependencies {
1717 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
1818 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
1919
20- runtimeOnly(" ch.qos.logback:logback-classic:1.5.18 " )
21- implementation(" io.github.oshai:kotlin-logging:7.0.7 " )
20+ runtimeOnly(" ch.qos.logback:logback-classic:1.5.21 " )
21+ implementation(" io.github.oshai:kotlin-logging:7.0.13 " )
2222}
2323
2424tasks {
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-9.1.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments