Skip to content

Commit

Permalink
fix flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaKago committed Nov 4, 2023
1 parent c750164 commit c6b68eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exposed-java-time = { module = "org.jetbrains.exposed:exposed-java-time" }
postgresql = "org.postgresql:postgresql:42.6.0"
# Flyway
flyway = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
flyway-postgres = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" }
# Koin
koin = "io.insert-koin:koin-core:3.5.0"
# Firebase Admin
Expand Down
1 change: 1 addition & 0 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {
implementation(libs.exposed.java.time)
implementation(libs.postgresql)
implementation(libs.flyway)
implementation(libs.flyway.postgres)
implementation(libs.koin)
implementation(libs.firebase.admin)
implementation(libs.logback)
Expand Down

0 comments on commit c6b68eb

Please sign in to comment.