Skip to content

Commit

Permalink
Update Kotlin version to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Nov 12, 2024
1 parent c148de2 commit 91b6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ru/nsk/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
const val libraryVersion = "0.32.0"

// tools
const val kotlin = "2.0.20"
const val kotlin = "2.0.21"
const val kotlinDokka = "1.9.20"
const val kotlinBinaryCompatibilityValidatorPlugin = "0.16.3"
const val jacocoTool = "0.8.11"
Expand Down

0 comments on commit 91b6ce4

Please sign in to comment.