Skip to content

Commit 4947c49

Browse files
committed
reformat
1 parent da36fd8 commit 4947c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
154154
.settings(
155155
name := "docker-controller-scala-flyway",
156156
libraryDependencies ++= Seq(
157-
"org.flywaydb" % "flyway-core" % "11.12.0",
158-
"org.flywaydb" % "flyway-mysql" % "11.12.0",
157+
"org.flywaydb" % "flyway-core" % "11.12.0",
158+
"org.flywaydb" % "flyway-mysql" % "11.12.0",
159159
"org.flywaydb" % "flyway-database-postgresql" % "11.12.0",
160160
scalatest.scalatest % Test,
161161
logback.classic % Test

0 commit comments

Comments
 (0)