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