Skip to content

Commit 4a3dcda

Browse files
Update commons-cli to 1.8.0 (#185)
Co-authored-by: Seth Tisue <[email protected]>
1 parent 1d9261f commit 4a3dcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lazy val core = project.
9999
lazy val cli = project.
100100
settings(
101101
libraryDependencies ++= Seq(
102-
"commons-cli" % "commons-cli" % "1.6.0",
102+
"commons-cli" % "commons-cli" % "1.8.0",
103103
),
104104
name := buildName + "-cli",
105105
assembly / assemblyMergeStrategy := {

0 commit comments

Comments
 (0)