Skip to content

Commit 07dd3c3

Browse files
chore(deps): update kotlin monorepo to v1.9.24 (#3076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e62614e commit 07dd3c3

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 = "1.9.23"
2+
kotlin = "1.9.24"
33
ktor = "2.3.10"
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 "1.9.23"
3-
kotlin("plugin.serialization") version "1.9.23"
2+
kotlin("jvm") version "1.9.24"
3+
kotlin("plugin.serialization") version "1.9.24"
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 "1.9.23"
5-
kotlin("plugin.serialization") version "1.9.23"
4+
kotlin("jvm") version "1.9.24"
5+
kotlin("plugin.serialization") version "1.9.24"
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 = "1.9.23"
2+
kotlin = "1.9.24"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
55
ktor = "2.3.10"

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 = "1.9.23"
2+
kotlin = "1.9.24"
33
coroutines = "1.8.0"
44
serialization = "1.5.0"
55
ktor = "2.3.10"

0 commit comments

Comments
 (0)