File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ 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()
2020 mavenCentral()
21+ maven(" https://central.sonatype.com/repository/maven-snapshots" )
2122}
2223
2324kotlin {
@@ -57,7 +58,7 @@ kotlin {
5758 }
5859
5960 sourceSets {
60- val secp256k1KmpVersion = " 0.19 .0"
61+ val secp256k1KmpVersion = " 0.20 .0"
6162
6263 val commonMain by getting {
6364 dependencies {
@@ -68,8 +69,8 @@ kotlin {
6869 dependencies {
6970 implementation(kotlin(" test-common" ))
7071 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 " )
72+ implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.0 " )
73+ api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 " )
7374 }
7475 }
7576
You can’t perform that action at this time.
0 commit comments