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 committed Sep 13, 2023
1 parent f168c5f commit 1aa4a97
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 1aa4a97

Please sign in to comment.