Skip to content

Commit 3d1e78f

Browse files
committed
chore(deps): update Kotlin version to 2.2.10
1 parent 28bbc73 commit 3d1e78f

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.21"
5-
kotlin("plugin.serialization") version "2.0.21"
4+
kotlin("jvm") version "2.2.10"
5+
kotlin("plugin.serialization") version "2.2.10"
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.21"
2+
kotlin = "2.2.10"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
55
ktor = "3.0.0"

0 commit comments

Comments
 (0)