From 2b0ad1ba884dfbe06a3b8427f35a6bac41622da5 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 25 Apr 2024 12:43:47 +0200 Subject: [PATCH] scala-steward: pin mssql-jdbc to jdk8 artifacts Supersedes https://github.com/apache/pekko-projection/pull/135 --- .scala-steward.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 63a5d8e3d..af412253e 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -19,6 +19,8 @@ updates.pin = [ { groupId = "org.apache.activemq", version = "5.16." } # wiremock 3.0+ requires Java 11 (only used in tests) { groupId = "com.github.tomakehurst", version = "2." } + # use mssql-jdbc Java 8 artifacts + { groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } } # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11 { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." }, { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }