Skip to content

Commit

Permalink
flyway-core to 9.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz authored and ihostage committed Feb 29, 2024
1 parent a75faf1 commit 9625f63
Showing 1 changed file with 1 addition and 1 deletion.
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.21.2"
val FlywayVersion = "9.22.1"

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

Expand Down

0 comments on commit 9625f63

Please sign in to comment.