Skip to content

Commit fb83663

Browse files
chore(deps): update kotlin monorepo to v2.0.10
1 parent d89114a commit fb83663

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.0.0"
2+
kotlin = "2.0.10"
33
ktor = "2.3.12"
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.0.0"
3-
kotlin("plugin.serialization") version "2.0.0"
2+
kotlin("jvm") version "2.0.10"
3+
kotlin("plugin.serialization") version "2.0.10"
44
}
55

66
repositories {

snippets/kotlin/build.gradle.kts

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.0"
5-
kotlin("plugin.serialization") version "2.0.0"
4+
kotlin("jvm") version "2.0.10"
5+
kotlin("plugin.serialization") version "2.0.10"
66
alias(libs.plugins.spotless)
77
}
88

snippets/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.0.0"
2+
kotlin = "2.0.10"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
55
ktor = "2.3.12"

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.0.0"
2+
kotlin = "2.0.10"
33
coroutines = "1.8.1"
44
serialization = "1.5.0"
55
ktor = "2.3.12"

0 commit comments

Comments
 (0)