Skip to content

Commit cec2a87

Browse files
authored
Upgrade to kotlin 2.2.0 (#163)
1 parent 1d99256 commit cec2a87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeHostTest
55
import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
66

77
plugins {
8-
kotlin("multiplatform") version "2.1.21"
8+
kotlin("multiplatform") version "2.2.0"
99
id("org.jetbrains.dokka") version "1.9.20"
1010
`maven-publish`
1111
}
1212

1313
val currentOs = org.gradle.internal.os.OperatingSystem.current()
1414

1515
group = "fr.acinq.bitcoin"
16-
version = "0.26.0"
16+
version = "0.27.0"
1717

1818
repositories {
1919
google()
@@ -57,7 +57,7 @@ kotlin {
5757
}
5858

5959
sourceSets {
60-
val secp256k1KmpVersion = "0.19.0"
60+
val secp256k1KmpVersion = "0.20.0"
6161

6262
val commonMain by getting {
6363
dependencies {
@@ -68,8 +68,8 @@ kotlin {
6868
dependencies {
6969
implementation(kotlin("test-common"))
7070
implementation(kotlin("test-annotations-common"))
71-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.4")
72-
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
71+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.8.0")
72+
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
7373
}
7474
}
7575

0 commit comments

Comments
 (0)