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 ab4865f commit a63f16aCopy full SHA for a63f16a
build.sbt
@@ -170,9 +170,9 @@ 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.14.0",
174
- "org.flywaydb" % "flyway-mysql" % "11.13.2",
175
- "org.flywaydb" % "flyway-database-postgresql" % "11.14.0",
+ "org.flywaydb" % "flyway-core" % "11.14.1",
+ "org.flywaydb" % "flyway-mysql" % "11.14.1",
+ "org.flywaydb" % "flyway-database-postgresql" % "11.14.1",
176
scalatest.scalatest % Test,
177
logback.classic % Test
178
)
0 commit comments