Skip to content

Commit

Permalink
Merge branch 'master' into scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira authored Feb 22, 2024
2 parents 20f619f + 5cf6901 commit bcc8a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ object Dependencies {
val AkkaBinaryVersion = AkkaVersion.take(3)

val SlickVersion = "3.5.0-RC1"
val ScalaTestVersion = "3.2.17"
val ScalaTestVersion = "3.2.18"

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

val Libraries: Seq[ModuleID] = Seq(
Expand All @@ -33,6 +33,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.3" % Test,
"org.testcontainers" % "postgresql" % "1.19.5" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit bcc8a0b

Please sign in to comment.