From d55350e138df0848b58dd4ffd5ff26b231128f27 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 27 Jan 2024 22:24:18 +0100 Subject: [PATCH] Update .scala-steward.conf (#1058) --- .scala-steward.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 0bf9ce68f86..51a7884ef3b 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,5 +1,7 @@ updates.pin = [ { groupId = "com.fasterxml.jackson.core", version = "2.16." } + # Pin logback to v1.3.x because v1.4.x needs JDK11 + { groupId = "ch.qos.logback", version="1.3." } ] updates.ignore = [ @@ -23,9 +25,4 @@ updates.ignore = [ { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ] -updates.pin = [ - # Pin logback to v1.3.x because v1.4.x needs JDK11 - { groupId = "ch.qos.logback", version="1.3." } -] - updatePullRequests = "always"