Skip to content

Commit 1bd73fc

Browse files
scala-stewardSethTisue
authored andcommitted
Update commons-cli to 1.10.0
1 parent 0b7abcf commit 1bd73fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lazy val core = project.
9494
lazy val cli = project.
9595
settings(
9696
libraryDependencies ++= Seq(
97-
"commons-cli" % "commons-cli" % "1.9.0",
97+
"commons-cli" % "commons-cli" % "1.10.0",
9898
),
9999
name := buildName + "-cli",
100100
assembly / assemblyMergeStrategy := {

0 commit comments

Comments
 (0)