Skip to content

Commit

Permalink
Update flyway-core to 9.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 28, 2023
1 parent 3cfbfbf commit 175bbc8
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 = "8.5.13"
val FlywayVersion = "9.21.1"

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

Expand Down

0 comments on commit 175bbc8

Please sign in to comment.