Skip to content

Commit

Permalink
Add flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunk3l committed Nov 25, 2023
1 parent b3e964a commit e2aa213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dependencies {
implementation("io.arrow-kt:arrow-core:1.2.1")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.postgresql:postgresql:42.7.0")
implementation("org.flywaydb:flyway-core:10.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.1.0")
implementation(platform("org.apache.logging.log4j:log4j-bom:2.22.0"))

testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down

0 comments on commit e2aa213

Please sign in to comment.