We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d951e commit 192fbe4Copy full SHA for 192fbe4
2 files changed
build.gradle.kts
@@ -3,8 +3,8 @@
3
repositories.mavenCentral()
4
5
plugins {
6
- kotlin("jvm") version "2.1.21"
7
- kotlin("plugin.serialization") version "2.1.21" apply false
+ kotlin("jvm") version "2.3.10"
+ kotlin("plugin.serialization") version "2.3.10" apply false
8
id("org.jetbrains.dokka") version "1.9.20"
9
}
10
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
okhttp3 = "5.3.2"
uri-templates = "2.1.8"
-kotlinx-serialization = "1.8.0"
+kotlinx-serialization = "1.10.0"
jackson = "2.19.0"
moshi = "1.15.2"
0 commit comments