We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15dfdf commit 89bc94fCopy full SHA for 89bc94f
build.gradle.kts
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
import java.util.*
6
7
plugins {
8
- kotlin("multiplatform") version "2.1.10"
+ kotlin("multiplatform") version "2.1.21"
9
id("org.jetbrains.dokka") version "1.9.20"
10
`maven-publish`
11
}
@@ -23,7 +23,7 @@ buildscript {
23
24
allprojects {
25
group = "fr.acinq.secp256k1"
26
- version = "0.17.3"
+ version = "0.18.0"
27
28
repositories {
29
google()
0 commit comments