Files
hash.kt/gradle/libs.versions.toml
Infendro cb3ff7ec6c
All checks were successful
/ test (pull_request) Successful in 44s
Upgrade bytes-kt
2026-02-14 16:32:50 +01:00

13 lines
385 B
TOML

[versions]
infendro = "1.1.0"
kotlin = "2.3.0"
bytes = "1.4.0"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }