Skip to content

Commit

Permalink
Updated Kotlin to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Dec 8, 2024
1 parent 097b9c3 commit d730e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

essenty = "2.3.0"
kotlin = "2.0.20"
kotlin = "2.1.0"
kotlinxBinaryCompatibilityValidator = "0.16.3"
kotlinxCoroutines = "1.8.1"
detektGradlePlugin = "1.23.6"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.toString() == "com.arkivanov.gradle.setup") {
useModule("com.github.arkivanov:gradle-setup-plugin:1c9e347ca6")
useModule("com.github.arkivanov:gradle-setup-plugin:4ae41e7b6a")
}
}
}
Expand Down

0 comments on commit d730e02

Please sign in to comment.