Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.21"
kotlin = "2.2.10"
ktor = "3.2.3"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions playground/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.1.21"
kotlin("plugin.serialization") version "2.1.21"
kotlin("jvm") version "2.2.10"
kotlin("plugin.serialization") version "2.2.10"
id("application")
}

Expand Down
4 changes: 2 additions & 2 deletions templates/kotlin/snippets/build.gradle.mustache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.diffplug.gradle.spotless.SpotlessExtension

plugins {
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
kotlin("jvm") version "2.2.10"
kotlin("plugin.serialization") version "2.2.10"
alias(libs.plugins.spotless)
}

Expand Down
2 changes: 1 addition & 1 deletion templates/kotlin/snippets/libs.versions.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.2.10"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/output/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.21"
kotlin = "2.2.10"
coroutines = "1.10.2"
serialization = "1.5.0"
ktor = "3.2.3"
Expand Down