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"