Skip to content

Commit d55350e

Browse files
authored
Update .scala-steward.conf (#1058)
1 parent a2a42ea commit d55350e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.scala-steward.conf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
updates.pin = [
22
{ groupId = "com.fasterxml.jackson.core", version = "2.16." }
3+
# Pin logback to v1.3.x because v1.4.x needs JDK11
4+
{ groupId = "ch.qos.logback", version="1.3." }
35
]
46

57
updates.ignore = [
@@ -23,9 +25,4 @@ updates.ignore = [
2325
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
2426
]
2527

26-
updates.pin = [
27-
# Pin logback to v1.3.x because v1.4.x needs JDK11
28-
{ groupId = "ch.qos.logback", version="1.3." }
29-
]
30-
3128
updatePullRequests = "always"

0 commit comments

Comments
 (0)