Skip to content

Commit

Permalink
Merge pull request #1336 from softwaremill/update/flyway-database-pos…
Browse files Browse the repository at this point in the history
…tgresql-10.20.0

Update flyway-database-postgresql to 10.20.0
  • Loading branch information
mergify[bot] authored Oct 17, 2024
2 parents 0156bef + 8c1fc26 commit 34322f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val dbDependencies = Seq(
"com.augustnagro" %% "magnum" % "1.3.0",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "6.0.0",
"org.flywaydb" % "flyway-database-postgresql" % "10.19.0"
"org.flywaydb" % "flyway-database-postgresql" % "10.20.0"
)

val httpDependencies = Seq(
Expand Down

0 comments on commit 34322f5

Please sign in to comment.