Skip to content

Commit

Permalink
align to Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Feb 11, 2024
1 parent a75adad commit c56e11d
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 @@ -104,7 +104,7 @@ subprojects {
configurations.matching { it.name == "detekt" }.all {
resolutionStrategy.eachDependency {
if (requested.group == "org.jetbrains.kotlin") {
useVersion("1.9.21")
useVersion("1.9.22")
}
}
}
Expand Down

0 comments on commit c56e11d

Please sign in to comment.