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 9f0de77 commit 1c77ec5Copy full SHA for 1c77ec5
build.sbt
@@ -161,7 +161,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
161
.settings(
162
name := "docker-controller-scala-flyway",
163
libraryDependencies ++= Seq(
164
- "org.flywaydb" % "flyway-core" % "7.15.0",
+ "org.flywaydb" % "flyway-core" % "9.1.0",
165
+ "org.flywaydb" % "flyway-mysql" % "9.0.4",
166
scalatest.scalatest % Test,
167
logback.classic % Test
168
)
0 commit comments