Skip to content

Commit 3bc8411

Browse files
committed
update the template
1 parent ef82185 commit 3bc8411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/kotlin/snippets/build.gradle.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import com.diffplug.gradle.spotless.SpotlessExtension
22

33
plugins {
4-
kotlin("jvm") version "2.0.20"
5-
kotlin("plugin.serialization") version "2.0.20"
4+
kotlin("jvm") version "2.0.21"
5+
kotlin("plugin.serialization") version "2.0.21"
66
alias(libs.plugins.spotless)
77
}
88

templates/kotlin/snippets/libs.versions.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.20"
2+
kotlin = "2.0.21"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
55
ktor = "2.3.12"

0 commit comments

Comments
 (0)