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 0cdc334 commit 5e40e3dCopy full SHA for 5e40e3d
build.sbt
@@ -160,7 +160,7 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
160
name := "docker-controller-scala-flyway",
161
libraryDependencies ++= Seq(
162
"org.flywaydb" % "flyway-core" % "9.22.0",
163
- "org.flywaydb" % "flyway-mysql" % "9.22.0",
+ "org.flywaydb" % "flyway-mysql" % "9.22.2",
164
scalatest.scalatest % Test,
165
logback.classic % Test
166
)
0 commit comments