Skip to content

Commit

Permalink
Update flyway-core to 9.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Apr 25, 2024
1 parent 2065803 commit 69fd2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
flyway-version:
- "9.16.0"
- "9.22.0"
- "9.22.3"
java-version:
- "11"

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val flywayPlayVersion = "9.0.0"
val scalaVersion_2_13 = "2.13.13"
val scalaVersion_3 = "3.3.3"

val defaultFlywayVersion = "9.16.3"
val defaultFlywayVersion = "9.22.3"
val flywayVersion = sys.env.getOrElse("FLYWAY_PLAY_FLYWAY_VERSION", defaultFlywayVersion)

val scalikejdbcVersion = "4.2.1"
Expand Down

0 comments on commit 69fd2f9

Please sign in to comment.