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 a9d1719 commit 4f5db0dCopy full SHA for 4f5db0d
build.sbt
@@ -154,8 +154,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
154
.settings(
155
name := "docker-controller-scala-flyway",
156
libraryDependencies ++= Seq(
157
- "org.flywaydb" % "flyway-core" % "9.22.3",
158
- "org.flywaydb" % "flyway-mysql" % "9.22.3",
+ "org.flywaydb" % "flyway-core" % "11.12.0",
+ "org.flywaydb" % "flyway-mysql" % "11.12.0",
159
scalatest.scalatest % Test,
160
logback.classic % Test
161
)
0 commit comments