Skip to content

Commit

Permalink
Update flyway-core to 9.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and wydra98 committed Jul 12, 2023
1 parent 6d0ec0a commit 9c312b1
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 @@ -24,7 +24,7 @@ val dbDependencies = Seq(
"org.tpolecat" %% "doobie-core" % doobieVersion,
"org.tpolecat" %% "doobie-hikari" % doobieVersion,
"org.tpolecat" %% "doobie-postgres" % doobieVersion,
"org.flywaydb" % "flyway-core" % "9.15.1"
"org.flywaydb" % "flyway-core" % "9.15.2"
)

val httpDependencies = Seq(
Expand Down

0 comments on commit 9c312b1

Please sign in to comment.