Skip to content

Commit

Permalink
Update commons-cli to 1.9.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 14, 2024
1 parent 38dec2d commit 183712b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ lazy val core = project.
lazy val cli = project.
settings(
libraryDependencies ++= Seq(
"commons-cli" % "commons-cli" % "1.8.0",
"commons-cli" % "commons-cli" % "1.9.0",
),
name := buildName + "-cli",
assembly / assemblyMergeStrategy := {
Expand Down

0 comments on commit 183712b

Please sign in to comment.