Skip to content

Commit

Permalink
Merge pull request #606 from scala-steward/update/flyway-core-7.9.0
Browse files Browse the repository at this point in the history
Update flyway-core to 7.9.0
  • Loading branch information
mergify[bot] authored May 13, 2021
2 parents b8c16d6 + 64178f5 commit 099aa07
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 @@ -22,7 +22,7 @@ val dbDependencies = Seq(
"org.tpolecat" %% "doobie-core" % doobieVersion,
"org.tpolecat" %% "doobie-hikari" % doobieVersion,
"org.tpolecat" %% "doobie-postgres" % doobieVersion,
"org.flywaydb" % "flyway-core" % "7.8.2"
"org.flywaydb" % "flyway-core" % "7.9.0"
)

val httpDependencies = Seq(
Expand Down

0 comments on commit 099aa07

Please sign in to comment.