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 a59c7a5 commit 319774cCopy full SHA for 319774c
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.11.0",
+ "org.flywaydb" % "flyway-core" % "7.11.1",
153
scalatest.scalatest % Test,
154
logback.classic % Test
155
)
0 commit comments