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 5e798c6 commit 87188cdCopy full SHA for 87188cd
build.sbt
@@ -161,8 +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" % "9.19.0",
165
- "org.flywaydb" % "flyway-mysql" % "9.19.0",
+ "org.flywaydb" % "flyway-core" % "9.19.1",
+ "org.flywaydb" % "flyway-mysql" % "9.19.1",
166
scalatest.scalatest % Test,
167
logback.classic % Test
168
)
0 commit comments