Skip to content

Commit 5bf7cc0

Browse files
committed
Bump derialization version to 1.8.1
1 parent 2ea52ad commit 5bf7cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ buildscript {
33
gradlePluginPortal()
44
}
55
dependencies {
6-
classpath("org.jetbrains.kotlin:kotlin-serialization:1.9.20")
6+
classpath("org.jetbrains.kotlin:kotlin-serialization:2.1.20")
77
}
88
}
99

1010
plugins {
1111
`kotlin-dsl`
12-
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.20"
12+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.20"
1313
}
1414

1515
repositories {
1616
mavenCentral()
1717
}
1818

1919
dependencies {
20-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
20+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
2121
}

0 commit comments

Comments
 (0)