Skip to content

Commit 89bc94f

Browse files
committed
Use Kotlin 2.1.21
1 parent d15dfdf commit 89bc94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55
import java.util.*
66

77
plugins {
8-
kotlin("multiplatform") version "2.1.10"
8+
kotlin("multiplatform") version "2.1.21"
99
id("org.jetbrains.dokka") version "1.9.20"
1010
`maven-publish`
1111
}
@@ -23,7 +23,7 @@ buildscript {
2323

2424
allprojects {
2525
group = "fr.acinq.secp256k1"
26-
version = "0.17.3"
26+
version = "0.18.0"
2727

2828
repositories {
2929
google()

0 commit comments

Comments
 (0)