Skip to content

Commit ed83fd1

Browse files
Update kotlin monorepo to v1.9.25
1 parent 2826ece commit ed83fd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1212
ext.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
}

0 commit comments

Comments
 (0)