Skip to content

Commit

Permalink
build: Update flyway-core, flyway-mysql from 9.8.1 to 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o-bot[bot] committed Nov 19, 2022
1 parent 69da591 commit 04294f6
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.8.1",
"org.flywaydb" % "flyway-mysql" % "9.8.1",
"org.flywaydb" % "flyway-core" % "9.8.2",
"org.flywaydb" % "flyway-mysql" % "9.8.2",
scalatest.scalatest % Test,
logback.classic % Test
)
Expand Down

0 comments on commit 04294f6

Please sign in to comment.