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 d578e0b commit ffb283dCopy full SHA for ffb283d
.test/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
17
testImplementation("org.amshove.kluent:kluent:1.72")
18
- testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.8.10")
+ testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.8.20")
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.10")
+ implementation("org.jetbrains.kotlin:kotlin-compiler:1.8.20")
13
0 commit comments