Files
prng.kt/gradle/libs.versions.toml
Infendro a606a62eb4
All checks were successful
/ publish (push) Successful in 3m35s
update dependencies
2025-07-24 20:59:39 +02:00

14 lines
386 B
TOML

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