File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
33import java.util.*
44
55plugins {
6- kotlin(" jvm" ) version " 1.9.23 "
6+ kotlin(" jvm" ) version " 2.0.0 "
77 id(" maven-publish" )
88 id(" signing" )
99 id(" com.github.ben-manes.versions" ) version " 0.51.0"
@@ -63,8 +63,8 @@ dependencies {
6363 }
6464 }
6565 }
66- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.23 " )
67- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.9.23 " )
66+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.0 " )
67+ implementation(" org.jetbrains.kotlin:kotlin-reflect:2.0.0 " )
6868
6969 implementation(" io.github.microutils:kotlin-logging:3.0.5" )
7070 implementation(" org.slf4j:slf4j-api:2.0.13" )
@@ -78,7 +78,7 @@ dependencies {
7878 implementation(" com.google.re2j:re2j:1.7" )
7979// implementation("com.github.fge:json-schema-validator:2.2.6")
8080
81- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:1.9.23 " )
81+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:2.0.0 " )
8282 testImplementation(" io.kotest:kotest-runner-junit5:5.9.1" )
8383 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.10.2" )
8484}
You can’t perform that action at this time.
0 commit comments