use migration library
All checks were successful
/ publish (push) Successful in 1m7s

This commit is contained in:
2025-08-31 10:58:00 +02:00
parent 9f32143b60
commit 8b8614b4de
5 changed files with 9 additions and 91 deletions

View File

@@ -1,7 +1,8 @@
group = "com.infendro"
version = "1.0.0"
version = "1.0.1"
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
mavenCentral()
}
@@ -12,8 +13,7 @@ plugins {
dependencies {
implementation(libs.ktor.server)
implementation(libs.exposed)
implementation(libs.exposed.dao)
implementation(libs.migration)
}
publishing {