We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09b738 commit d79c552Copy full SHA for d79c552
.test/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
dependencies {
16
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
17
testImplementation("org.amshove.kluent:kluent:1.73")
18
- testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.22")
+ testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.23")
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.22")
+ implementation("org.jetbrains.kotlin:kotlin-compiler:1.9.23")
13
0 commit comments