Skip to content

Commit 192fbe4

Browse files
committed
Updated Kotlin
1 parent 34d951e commit 192fbe4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
repositories.mavenCentral()
44

55
plugins {
6-
kotlin("jvm") version "2.1.21"
7-
kotlin("plugin.serialization") version "2.1.21" apply false
6+
kotlin("jvm") version "2.3.10"
7+
kotlin("plugin.serialization") version "2.3.10" apply false
88
id("org.jetbrains.dokka") version "1.9.20"
99
}
1010

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
okhttp3 = "5.3.2"
33
uri-templates = "2.1.8"
4-
kotlinx-serialization = "1.8.0"
4+
kotlinx-serialization = "1.10.0"
55
jackson = "2.19.0"
66
moshi = "1.15.2"
77

0 commit comments

Comments
 (0)