Skip to content

Commit

Permalink
flyway[-sbt] 10.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 16, 2024
1 parent e0859d2 commit c347b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val databaseUrl = sys.env.getOrElse("DB_DEFAULT_URL", "jdbc:h2:./test")
lazy val databaseUser = sys.env.getOrElse("DB_DEFAULT_USER", "sa")
lazy val databasePassword = sys.env.getOrElse("DB_DEFAULT_PASSWORD", "")

val FlywayVersion = "9.22.0"
val FlywayVersion = "10.21.0"

(ThisBuild / version) := "1.1-SNAPSHOT"

Expand Down
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libraryDependencies += "com.h2database" % "h2" % "2.3.232"

// Database migration
// https://github.com/flyway/flyway-sbt
addSbtPlugin("com.github.sbt" % "flyway-sbt" % "9.22.0")
addSbtPlugin("com.github.sbt" % "flyway-sbt" % "10.21.0")

// Slick code generation
// https://github.com/tototoshi/sbt-slick-codegen
Expand Down

0 comments on commit c347b53

Please sign in to comment.