Skip to content

Commit 68ee22b

Browse files
committed
Update logback-classic only on 1.3.x series that supports JDK 8
1 parent 6fadfce commit 68ee22b

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)