Files
migration.ktor/gradle/libs.versions.toml
Infendro dcd23f0283
All checks were successful
/ publish (push) Successful in 46s
fix config
2025-08-31 11:19:59 +02:00

15 lines
419 B
TOML

[versions]
kotlin = "2.2.10"
ktor = "3.2.3"
exposed = "0.61.0"
migration = "1.0.0"
[plugins]
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" }