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 b1e8f3e commit 92cf073Copy full SHA for 92cf073
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.4.0",
165
- "org.flywaydb" % "flyway-mysql" % "9.4.0",
+ "org.flywaydb" % "flyway-core" % "9.5.0",
+ "org.flywaydb" % "flyway-mysql" % "9.5.0",
166
scalatest.scalatest % Test,
167
logback.classic % Test
168
)
0 commit comments