Skip to content

Commit 319774c

Browse files
build: Update flyway-core from 7.11.0 to 7.11.1
1 parent a59c7a5 commit 319774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
149149
.settings(
150150
name := "docker-controller-scala-flyway",
151151
libraryDependencies ++= Seq(
152-
"org.flywaydb" % "flyway-core" % "7.11.0",
152+
"org.flywaydb" % "flyway-core" % "7.11.1",
153153
scalatest.scalatest % Test,
154154
logback.classic % Test
155155
)

0 commit comments

Comments
 (0)