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 dc941cf commit d12409cCopy full SHA for d12409c
.test/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
17
testImplementation("org.amshove.kluent:kluent:1.73")
18
- testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.20")
+ testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.21")
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.9.20")
+ implementation("org.jetbrains.kotlin:kotlin-compiler:1.9.21")
13
0 commit comments