update dependencies, use common plugin

This commit is contained in:
2025-12-13 01:44:39 +01:00
parent e8999ae4e4
commit 498a5b5826
6 changed files with 58 additions and 83 deletions

View File

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