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 8306855 commit b806951Copy full SHA for b806951
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.16.3",
165
- "org.flywaydb" % "flyway-mysql" % "9.16.3",
+ "org.flywaydb" % "flyway-core" % "9.17.0",
+ "org.flywaydb" % "flyway-mysql" % "9.17.0",
166
scalatest.scalatest % Test,
167
logback.classic % Test
168
)
0 commit comments