Skip to content

Commit

Permalink
Update kotlin monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 3cebba9 commit 9d59dcb
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 = "2.0.0"
kotlin = "2.0.10"
ksp = "2.0.0-1.0.22"
kotlinx-coroutines = "1.8.1"

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.25")
id("org.jetbrains.kotlin.plugin.serialization").version("1.9.25")
id("org.springframework.boot").version("3.2.5")
//id("com.google.cloud.tools.appengine").version("2.4.2")
}
Expand Down

0 comments on commit 9d59dcb

Please sign in to comment.