We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef82185 commit 3bc8411Copy full SHA for 3bc8411
templates/kotlin/snippets/build.gradle.mustache
@@ -1,8 +1,8 @@
1
import com.diffplug.gradle.spotless.SpotlessExtension
2
3
plugins {
4
- kotlin("jvm") version "2.0.20"
5
- kotlin("plugin.serialization") version "2.0.20"
+ kotlin("jvm") version "2.0.21"
+ kotlin("plugin.serialization") version "2.0.21"
6
alias(libs.plugins.spotless)
7
}
8
templates/kotlin/snippets/libs.versions.mustache
@@ -1,5 +1,5 @@
[versions]
-kotlin = "2.0.20"
+kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
0 commit comments