Skip to content

Commit

Permalink
const val kotlin = "1.9.20"
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 17, 2023
1 parent d6dc6d2 commit e8f7e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.plugin.use.PluginDependencySpec
object versions {
const val spotless = "6.7.2"
const val ktlint = "0.45.2"
const val kotlin = "1.9.10"
const val kotlin = "1.9.20"
const val agp = "8.1.1"
const val gradleVersions = "0.49.0"
const val mokoKSwift = "0.6.1"
Expand Down

0 comments on commit e8f7e43

Please sign in to comment.