Upgrade dependencies
All checks were successful
/ test (pull_request) Successful in 1m15s

This commit is contained in:
2026-02-16 19:52:47 +01:00
parent ab33fe3670
commit 124f6a21a3
4 changed files with 13 additions and 28 deletions

View File

@@ -1,16 +1,16 @@
[versions]
infendro = "1.1.0"
kotlin = "2.3.0"
mac = "1.3.0"
hash = "1.5.1"
bytes = "1.3.4"
bytes = "1.4.0"
hash = "1.6.0"
mac = "1.4.0"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
mac = { module = "com.infendro:mac", version.ref = "mac" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }