0.8.3-SNAPSHOT use updated bintools
This commit is contained in:
parent
fa7263b0e7
commit
776f4e75ff
@ -13,8 +13,8 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform") version "2.0.20"
|
||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
|
||||
kotlin("multiplatform") version "2.0.21"
|
||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
|
||||
id("org.jetbrains.dokka") version "1.9.20"
|
||||
`maven-publish`
|
||||
}
|
||||
@ -72,7 +72,7 @@ kotlin {
|
||||
implementation(project.dependencies.platform("org.kotlincrypto.hash:bom:0.5.1"))
|
||||
implementation("org.kotlincrypto.hash:sha3")
|
||||
api("com.ionspin.kotlin:bignum:0.3.9")
|
||||
api("net.sergeych:mp_bintools:0.1.11")
|
||||
api("net.sergeych:mp_bintools:0.1.11-SNAPSHOT")
|
||||
api("net.sergeych:mp_stools:1.5.1")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user