Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-compiler to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 19, 2024
1 parent 2756526 commit a131ffc
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.24")
testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.25")
}

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.24")
implementation("org.jetbrains.kotlin:kotlin-compiler:1.9.25")
}

0 comments on commit a131ffc

Please sign in to comment.