Skip to content

Commit

Permalink
chore: align to Kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Nov 1, 2023
1 parent 7ad2868 commit ef84f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ subprojects {
configurations.matching { it.name == "detekt" }.all {
resolutionStrategy.eachDependency {
if (requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.0")
useVersion("1.9.10")
}
}
}
Expand Down

0 comments on commit ef84f9d

Please sign in to comment.