Skip to content

Commit

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

Update flyway-database-postgresql to 10.18.2
  • Loading branch information
mergify[bot] authored Sep 27, 2024
2 parents 7a6f182 + 57b8fde commit 92c5537
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.2.1",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "6.0.0",
"org.flywaydb" % "flyway-database-postgresql" % "10.18.1"
"org.flywaydb" % "flyway-database-postgresql" % "10.18.2"
)

val httpDependencies = Seq(
Expand Down

0 comments on commit 92c5537

Please sign in to comment.