Skip to content

Commit

Permalink
Updated flyway to 10.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Apr 26, 2024
1 parent fb2cd05 commit c0dac5c
Showing 1 changed file with 1 addition and 1 deletion.
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.22.3"
val defaultFlywayVersion = "10.11.1"
val flywayVersion = sys.env.getOrElse("FLYWAY_PLAY_FLYWAY_VERSION", defaultFlywayVersion)

val scalikejdbcVersion = "4.2.1"
Expand Down

0 comments on commit c0dac5c

Please sign in to comment.