Skip to content

Commit

Permalink
Update flyway-database-postgresql to 10.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2024
1 parent 5e1fa40 commit 8c1fc26
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 8c1fc26

Please sign in to comment.