upgrade
Some checks failed
/ test (push) Has been cancelled
/ publish (push) Has been cancelled

too tired to write a detailed commit message or split into self-explanatory commits
This commit is contained in:
2026-01-29 18:11:17 +01:00
parent f85e22311d
commit d2b901a6ff
7 changed files with 50 additions and 108 deletions

View File

@@ -1,17 +1,15 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
prng = "1.2.0"
mac = "1.2.0"
hash = "1.3.2"
bytearray = "1.2.4"
infendro = "1.1.0"
kotlin = "2.3.0"
mac = "1.3.0"
hash = "1.5.1"
bytes = "1.3.3"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
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" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }