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 da36fd8 commit 4947c49Copy full SHA for 4947c49
build.sbt
@@ -154,8 +154,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
154
.settings(
155
name := "docker-controller-scala-flyway",
156
libraryDependencies ++= Seq(
157
- "org.flywaydb" % "flyway-core" % "11.12.0",
158
- "org.flywaydb" % "flyway-mysql" % "11.12.0",
+ "org.flywaydb" % "flyway-core" % "11.12.0",
+ "org.flywaydb" % "flyway-mysql" % "11.12.0",
159
"org.flywaydb" % "flyway-database-postgresql" % "11.12.0",
160
scalatest.scalatest % Test,
161
logback.classic % Test
0 commit comments