fix config
All checks were successful
/ publish (push) Successful in 46s

This commit is contained in:
2025-08-31 11:19:59 +02:00
parent 8b8614b4de
commit dcd23f0283
3 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
[versions]
kotlin = "2.2.10"
ktor = "3.2.3"
exposed = "0.61.0"
migration = "1.0.0"
[plugins]
@@ -9,4 +10,5 @@ kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
[libraries]
ktor-server = { module = "io.ktor:ktor-server-core-jvm", version.ref = "ktor" }
exposed = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
migration = { module = "com.infendro:migration", version.ref = "migration" }