Skip to content

Commit

Permalink
build: Update flyway-core, flyway-mysql from 9.2.0 to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Aug 31, 2022
1 parent 10a815a commit 05d452f
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 @@ -161,8 +161,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.2.0",
"org.flywaydb" % "flyway-mysql" % "9.2.0",
"org.flywaydb" % "flyway-core" % "9.2.1",
"org.flywaydb" % "flyway-mysql" % "9.2.1",
scalatest.scalatest % Test,
logback.classic % Test
)
Expand Down

0 comments on commit 05d452f

Please sign in to comment.