Skip to content

Commit

Permalink
Merge dc9f900 into b52cc90
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
2 parents b52cc90 + dc9f900 commit 8a841ba
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 @@ -88,8 +88,8 @@ val dependenciesToEmbed = Seq(

// DB
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.2",
"org.flywaydb" % "flyway-core" % "11.3.1",
"org.flywaydb" % "flyway-mysql" % "11.3.1",
"org.flywaydb" % "flyway-core" % "11.3.2",
"org.flywaydb" % "flyway-mysql" % "11.3.2",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",

// redis
Expand Down

0 comments on commit 8a841ba

Please sign in to comment.