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