Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-compiler to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 3123a97 commit 3629fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("org.amshove.kluent:kluent:1.73")
testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.25")
testImplementation("org.jetbrains.kotlin:kotlin-compiler:2.0.10")
}

tasks.test {
Expand Down
2 changes: 1 addition & 1 deletion .test/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {


dependencies {
implementation("org.jetbrains.kotlin:kotlin-compiler:1.9.25")
implementation("org.jetbrains.kotlin:kotlin-compiler:2.0.10")
}

0 comments on commit 3629fed

Please sign in to comment.