Skip to content

Commit

Permalink
Merge branch 'main' into update/mssql-jdbc-12.8.0.jre8
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 4, 2024
2 parents d2b78fa + e28529c commit b647d8a
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 @@ -28,7 +28,7 @@ object Dependencies {
"com.h2database" % "h2" % "2.2.224",
"com.mysql" % "mysql-connector-j" % "9.0.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.0.jre8",
"com.oracle.database.jdbc" % "ojdbc8" % "23.4.0.24.05")
"com.oracle.database.jdbc" % "ojdbc8" % "23.5.0.24.07")

val Libraries: Seq[ModuleID] = Seq(
"org.apache.pekko" %% "pekko-persistence-query" % PekkoVersion,
Expand All @@ -44,6 +44,6 @@ object Dependencies {
val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
"org.testcontainers" % "postgresql" % "1.20.0" % Test,
"org.testcontainers" % "postgresql" % "1.20.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit b647d8a

Please sign in to comment.