Skip to content

Commit

Permalink
Update flyway-core to 10.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Sep 12, 2024
1 parent 90ee551 commit 4ed70c2
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 ++= Seq("-feature", "-deprecation", "-Xsource:3")

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

libraryDependencies += "org.flywaydb" % "flyway-core" % "10.17.3"
libraryDependencies += "org.flywaydb" % "flyway-core" % "10.18.0"

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

Expand Down

0 comments on commit 4ed70c2

Please sign in to comment.