upgrade dependencies

This commit is contained in:
2025-12-12 16:06:26 +01:00
parent ca71d9427f
commit 6dec2fea74
2 changed files with 11 additions and 4 deletions

View File

@@ -24,6 +24,13 @@ kotlin {
implementation(libs.hash) implementation(libs.hash)
implementation(libs.bytearray) implementation(libs.bytearray)
} }
commonTest.dependencies {
implementation(libs.test)
}
}
compilerOptions {
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
} }
} }

View File

@@ -1,8 +1,8 @@
[versions] [versions]
kotlin = "2.2.10" kotlin = "2.2.21"
mac = "1.1.2" mac = "1.2.0"
hash = "1.2.2" hash = "1.3.2"
bytearray = "1.1.1" bytearray = "1.2.4"
[plugins] [plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }