Skip to content

Commit

Permalink
Merge pull request #247 from nafg/update/flyway-core-9.10.2
Browse files Browse the repository at this point in the history
Update flyway-core to 9.10.2
  • Loading branch information
mergify[bot] authored Dec 22, 2022
2 parents 161fd5f + 89dad11 commit 820cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalacOptions += "-deprecation"

libraryDependencies += "io.github.nafg.slick-migration-api" %% "slick-migration-api" % "0.9.0"

libraryDependencies += "org.flywaydb" % "flyway-core" % "9.8.3"
libraryDependencies += "org.flywaydb" % "flyway-core" % "9.10.2"

libraryDependencies += "com.h2database" % "h2" % "2.1.214" % "test"

Expand Down

0 comments on commit 820cba1

Please sign in to comment.