Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update kotlin monorepo to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 4fe8d98 commit b4b8e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
classpath("com.android.tools.build:gradle:8.1.0+")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ google-material = "1.11.0"
gradle-publish-plugin = "1.1.0"
junit-jupiter = "5.10.2"
junit-stnd = "4.13.2"
kotlin = "1.8.10"
kotlin = "1.9.22"
kotlinx-serialization = "1.6.2"
mockk = "1.13.9"

Expand Down

0 comments on commit b4b8e5f

Please sign in to comment.