Skip to content

Commit

Permalink
Merge branch 'main' into update/mysql-connector-j-9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Jul 29, 2024
2 parents 025d76c + 54c9c47 commit 8a4798b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {

val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.3",
"com.h2database" % "h2" % "2.2.224",
"com.h2database" % "h2" % "2.3.230",
"com.mysql" % "mysql-connector-j" % "9.0.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")

Expand All @@ -35,6 +35,6 @@ object Dependencies {
val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.testcontainers" % "postgresql" % "1.19.8" % Test,
"org.testcontainers" % "postgresql" % "1.20.0" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit 8a4798b

Please sign in to comment.