We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d9099 commit 3573ae7Copy full SHA for 3573ae7
.test/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
17
testImplementation("org.amshove.kluent:kluent:1.73")
18
- testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.8.22")
+ testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.0")
19
}
20
21
tasks.test {
.test/buildSrc/build.gradle.kts
@@ -9,5 +9,5 @@ repositories {
9
10
11
12
- implementation("org.jetbrains.kotlin:kotlin-compiler:1.8.22")
+ implementation("org.jetbrains.kotlin:kotlin-compiler:1.9.0")
13
0 commit comments