Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 236e151 commit 1aaf829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.22"
kotlin = "1.9.23"
ksp = "1.9.22-1.0.17"
coroutines = "1.8.0"
androidGradlePlugin = "8.2.2"
Expand Down
4 changes: 2 additions & 2 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("org.jetbrains.kotlin.plugin.spring").version("1.9.20")
id("org.jetbrains.kotlin.plugin.serialization").version("1.9.20")
id("org.jetbrains.kotlin.plugin.spring").version("1.9.23")
id("org.jetbrains.kotlin.plugin.serialization").version("1.9.23")
id("org.springframework.boot").version("3.1.4")
//id("com.google.cloud.tools.appengine").version("2.4.2")
}
Expand Down

0 comments on commit 1aaf829

Please sign in to comment.