Skip to content

Commit

Permalink
Merge pull request #347 from scala-steward/update/flyway-core-9.19.3
Browse files Browse the repository at this point in the history
Update flyway-core to 9.19.3
  • Loading branch information
mkurz authored Jun 9, 2023
2 parents 5b96026 + 4d8ff7d commit 9751c10
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.19.1"
val FlywayVersion = "9.19.3"

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

Expand Down

0 comments on commit 9751c10

Please sign in to comment.