fix(core) Flyway integration

This commit is contained in:
stefan
2025-07-28 13:07:30 +02:00
parent f9d9d01b21
commit da5fd6fbff
2 changed files with 1 additions and 67 deletions
+1
View File
@@ -19,6 +19,7 @@ dependencies {
api("org.jetbrains.exposed:exposed-jdbc")
api("org.jetbrains.exposed:exposed-kotlin-datetime")
api("com.zaxxer:HikariCP")
api("org.flywaydb:flyway-core:9.22.3")
// BigDecimal
api("com.ionspin.kotlin:bignum:0.3.8")