Remove unsigned support
All checks were successful
/ test (pull_request) Successful in 50s

This commit is contained in:
2026-02-15 00:11:45 +01:00
parent 41d37cb42e
commit 4f04f4ae02
6 changed files with 20 additions and 36 deletions

View File

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