File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55 id " com.github.johnrengelman.shadow" version " 7.1.2"
66 id " org.graalvm.plugin.compiler" version " 0.1.0-alpha2"
77 id ' com.bmuschko.docker-java-application' version ' 7.3.0'
8- id ' org.jetbrains.kotlin.jvm' version ' 1.6.21 '
9- id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.6.10 '
8+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.25 '
9+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.9.25 '
1010}
1111
1212ext. graalVersion = ' 22.0.0.2'
@@ -81,7 +81,7 @@ dependencies {
8181 implementation ' org.reflections:reflections:0.10.2'
8282 implementation ' sh.stein:carbon-api:1.2'
8383 implementation ' org.fusesource.jansi:jansi:2.4.0'
84- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.6.21 '
84+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.25 '
8585 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
8686 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
8787}
You can’t perform that action at this time.
0 commit comments