Skip to content

Commit d2202f9

Browse files
authored
Pin commons-cli to 1.9.x (#249)
1 parent df56ace commit d2202f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.scala-steward.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ updates.ignore = [
22
// These updates are ignored to ensure JDK 1.8 support
33
{ groupId = "org.eclipse.jgit", artifactId = "org.eclipse.jgit" },
44
{ 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." }
57
]

0 commit comments

Comments
 (0)