Skip to content

Commit c2fe9ec

Browse files
chore(deps): update kotlin monorepo to v2.2.20 (#5353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f164ca commit c2fe9ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.2.10"
2+
kotlin = "2.2.20"
33
ktor = "3.2.3"
44

55
[libraries]

playground/kotlin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("jvm") version "2.2.10"
3-
kotlin("plugin.serialization") version "2.2.10"
2+
kotlin("jvm") version "2.2.20"
3+
kotlin("plugin.serialization") version "2.2.20"
44
id("application")
55
}
66

tests/output/kotlin/gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)