Skip to content

Commit

Permalink
Merge 51c5844 into 2669f07
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
2 parents 2669f07 + 51c5844 commit 71687c8
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.19.0",
"org.flywaydb" % "flyway-mysql" % "10.19.0",
"org.flywaydb" % "flyway-core" % "10.20.1",
"org.flywaydb" % "flyway-mysql" % "10.20.1",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",

// redis
Expand Down

0 comments on commit 71687c8

Please sign in to comment.