Skip to content

Commit

Permalink
Merge pull request #1226 from softwaremill/update/flyway-core-10.11.0
Browse files Browse the repository at this point in the history
Update flyway-core to 10.11.0
  • Loading branch information
Pask423 authored Apr 22, 2024
2 parents 8866997 + 7d03811 commit 8df364a
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.22.3"
"org.flywaydb" % "flyway-database-postgresql" % "10.11.1"
)

val httpDependencies = Seq(
Expand Down

0 comments on commit 8df364a

Please sign in to comment.