Skip to content

Commit

Permalink
Merge pull request #2378 from GiganticMinecraft/renovate/flyway
Browse files Browse the repository at this point in the history
chore(deps): update flyway to v10.18.0
  • Loading branch information
outductor authored Sep 15, 2024
2 parents f0d472c + 02188ef commit 99f0449
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.4.1",
"org.flywaydb" % "flyway-core" % "10.17.3",
"org.flywaydb" % "flyway-mysql" % "10.17.3",
"org.flywaydb" % "flyway-core" % "10.18.0",
"org.flywaydb" % "flyway-mysql" % "10.18.0",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.1",

// redis
Expand Down

0 comments on commit 99f0449

Please sign in to comment.