Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v1.9.22 (#132)
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 Dec 22, 2023
1 parent 159d193 commit ab37a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
gradle = "8.2.1"
kotlin = "1.9.21"
kotlin = "1.9.22"
dokka = "1.9.10"
android = "8.1.1"
jvmTarget = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.kotlin.multiplatform") version "1.9.21"
id("org.jetbrains.kotlin.multiplatform") version "1.9.22"
id("com.codingfeline.buildkonfig") version "+"
}

Expand Down

0 comments on commit ab37a22

Please sign in to comment.