Skip to content

Commit

Permalink
Merge pull request #2404 from GiganticMinecraft/renovate/major-flyway
Browse files Browse the repository at this point in the history
chore(deps): update flyway to v11 (major)
  • Loading branch information
outductor authored Jan 4, 2025
2 parents 64952ef + 6b9200e commit 21884bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ val dependenciesToEmbed = Seq(

// DB
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1",
"org.flywaydb" % "flyway-core" % "10.22.0",
"org.flywaydb" % "flyway-mysql" % "10.22.0",
"org.flywaydb" % "flyway-core" % "11.1.0",
"org.flywaydb" % "flyway-mysql" % "11.1.0",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",

// redis
Expand Down

0 comments on commit 21884bb

Please sign in to comment.