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 2400978 commit ffc0d93Copy full SHA for ffc0d93
build.sbt
@@ -149,7 +149,7 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
149
.settings(
150
name := "docker-controller-scala-flyway",
151
libraryDependencies ++= Seq(
152
- "org.flywaydb" % "flyway-core" % "7.10.0",
+ "org.flywaydb" % "flyway-core" % "7.11.0",
153
scalatest.scalatest % Test,
154
logback.classic % Test
155
)
0 commit comments