update dependencies

This commit is contained in:
2025-07-24 21:07:32 +02:00
parent f4385d172e
commit ba1c983094
5 changed files with 15 additions and 30 deletions

View File

@@ -1,11 +1,15 @@
[versions]
kotlin = "2.1.20"
hash = "1.1.0"
mac = "1.1.0"
random = "1.0.0"
mac = "1.1.2"
hash = "1.2.2"
bytearray = "1.1.1"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
random = { module = "com.infendro:random", version.ref = "random" }
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }