File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeHostTest
55import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest
66
77plugins {
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
1313val currentOs = org.gradle.internal.os.OperatingSystem .current()
1414
1515group = " fr.acinq.bitcoin"
16- version = " 0.26 .0"
16+ version = " 0.27 .0"
1717
1818repositories {
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
You can’t perform that action at this time.
0 commit comments