Files
mac.kt/gradle/libs.versions.toml
Infendro cff4a4e7a4
All checks were successful
/ publish (push) Successful in 2m32s
bump version to 1.2.1
2025-11-10 16:10:59 +01:00

12 lines
313 B
TOML

[versions]
kotlin = "2.1.20"
hash = "1.3.1"
bytearray = "1.2.1"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }