We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56ace commit d2202f9Copy full SHA for d2202f9
1 file changed
.scala-steward.conf
@@ -2,4 +2,6 @@ updates.ignore = [
2
// These updates are ignored to ensure JDK 1.8 support
3
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit" },
4
{ groupId = "ch.qos.logback", artifactId = "logback-classic"}
5
+ // https://github.com/lightbend-labs/jardiff/pull/235
6
+ { groupId = "commons-cli", artifactId = "commons-cli", "1.9." }
7
]
0 commit comments