From 5cbbe8596ec98f8112db61af7a3fcba6664ce46d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 22 Sep 2025 19:47:13 +0100 Subject: [PATCH] use jre11 jar for mssql --- .scala-steward.conf | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 1123dc5e..278282a3 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -7,5 +7,5 @@ updates.pin = [ # Scala 3.3 is a LTS { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } # use mssql-jdbc Java 8 artifacts - { groupId = "com.microsoft.sqlserver", version = { contains = "jre17" } } + { groupId = "com.microsoft.sqlserver", version = { contains = "jre11" } } ] diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 890123b6..5be5cee5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { "org.postgresql" % "postgresql" % "42.7.8", "com.h2database" % "h2" % "2.3.232", "com.mysql" % "mysql-connector-j" % "9.4.0", - "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre8", + "com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.0.jre11", "com.oracle.database.jdbc" % "ojdbc8" % "23.9.0.25.07") val Libraries: Seq[ModuleID] = Seq(