We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2619242 commit a7cbf1eCopy full SHA for a7cbf1e
build.sbt
@@ -170,7 +170,7 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
170
.settings(
171
name := "docker-controller-scala-flyway",
172
libraryDependencies ++= Seq(
173
- "org.flywaydb" % "flyway-core" % "11.13.2",
+ "org.flywaydb" % "flyway-core" % "11.14.0",
174
"org.flywaydb" % "flyway-mysql" % "11.13.2",
175
"org.flywaydb" % "flyway-database-postgresql" % "11.13.2",
176
scalatest.scalatest % Test,
0 commit comments