Skip to content

Commit

Permalink
Update .scala-steward.conf (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 27, 2024
1 parent a2a42ea commit d55350e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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"

0 comments on commit d55350e

Please sign in to comment.