Skip to content

Commit a80b77c

Browse files
authored
Merge pull request #2745 from exoego/suppress-logback-classic
2 parents bdb8c34 + 68ee22b commit a80b77c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scala-steward.conf

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
updatePullRequests = "always"
22

3+
updates.pin = [
4+
# We may drop this when we drop JDK 8 since minimum JDK is 11 from logback-classic 1.4.0
5+
{ groupId = "ch.qos.logback", artifactId="logback-classic", version="1.3." }
6+
]

0 commit comments

Comments
 (0)