Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2.0.20 (#949)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 1db9d17 commit 7aae99f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ buildscript {
}
}
plugins {
kotlin("multiplatform") version("2.0.10") apply false
kotlin("android") version("2.0.10") apply false
kotlin("multiplatform") version("2.0.20") apply false
kotlin("android") version("2.0.20") apply false
id("com.android.application") version("7.4.2") apply false
id("com.android.library") version("7.4.2") apply false
id ("com.diffplug.spotless") version("6.18.0")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "2.0.10"
kotlin("jvm") version "2.0.20"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val kotlin = "2.0.10"
const val kotlin = "2.0.20"
const val lifecycle = "2.6.1"
const val room = "2.5.2"
const val navigation = "2.5.3"
Expand Down

0 comments on commit 7aae99f

Please sign in to comment.