Skip to content

Commit

Permalink
build: Update flyway-core, flyway-mysql from 9.15.0 to 9.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Feb 22, 2023
1 parent 9f899e4 commit 0f2c539
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.15.0",
"org.flywaydb" % "flyway-mysql" % "9.15.0",
"org.flywaydb" % "flyway-core" % "9.15.1",
"org.flywaydb" % "flyway-mysql" % "9.15.1",
scalatest.scalatest % Test,
logback.classic % Test
)
Expand Down

0 comments on commit 0f2c539

Please sign in to comment.