Skip to content

Commit

Permalink
build: Update flyway-core, flyway-mysql from 9.21.1 to 9.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Aug 22, 2023
1 parent 5192b4d commit 800b00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ val `docker-controller-scala-flyway` = (project in file("docker-controller-scala
.settings(
name := "docker-controller-scala-flyway",
libraryDependencies ++= Seq(
"org.flywaydb" % "flyway-core" % "9.21.1",
"org.flywaydb" % "flyway-mysql" % "9.21.1",
"org.flywaydb" % "flyway-core" % "9.21.2",
"org.flywaydb" % "flyway-mysql" % "9.21.2",
scalatest.scalatest % Test,
logback.classic % Test
)
Expand Down

0 comments on commit 800b00e

Please sign in to comment.