Skip to content

Commit

Permalink
Merge branch 'master' into update/postgresql-1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Dec 11, 2023
2 parents aa7e8cf + 9c53fbb commit d7cfab5
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 @@ -13,7 +13,7 @@ object Dependencies {
val ScalaTestVersion = "3.2.17"

val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.6.0",
"org.postgresql" % "postgresql" % "42.7.1",
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "8.2.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")
Expand All @@ -22,7 +22,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion,
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
Expand All @@ -31,7 +31,7 @@ object Dependencies {

val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % "1.2.12",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.testcontainers" % "postgresql" % "1.19.3" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit d7cfab5

Please sign in to comment.