We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6411f9 commit 8da8d97Copy full SHA for 8da8d97
1 file changed
build.gradle.kts
@@ -1,16 +1,16 @@
1
//@file:Suppress("UNUSED_VARIABLE")
2
3
plugins {
4
- kotlin("multiplatform") version "2.1.21"
+ kotlin("multiplatform") version "2.2.20"
5
`maven-publish`
6
- kotlin("plugin.serialization") version "2.1.0"
+ kotlin("plugin.serialization") version "2.2.20"
7
id("org.jetbrains.dokka") version "1.9.20"
8
}
9
10
group = "net.sergeych"
11
-version = "1.6.0"
+version = "1.6.1"
12
13
-val serialization_version = "1.8.1"
+val serialization_version = "1.9.0"
14
15
repositories {
16
mavenCentral()
0 commit comments