Files
otp.kt/gradle/libs.versions.toml
Infendro d2b901a6ff
Some checks failed
/ test (push) Has been cancelled
/ publish (push) Has been cancelled
upgrade
too tired to write a detailed commit message or split into self-explanatory commits
2026-01-29 18:12:16 +01:00

16 lines
456 B
TOML

[versions]
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]
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }