We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdb8c34 + 68ee22b commit a80b77cCopy full SHA for a80b77c
.scala-steward.conf
@@ -1,2 +1,6 @@
1
updatePullRequests = "always"
2
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