Skip to content

Commit

Permalink
Update dependency org.rogach:scallop to v5.2.0 (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 20, 2024
1 parent 35c8b8f commit a1edd54
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
@@ -179,7 +179,7 @@ libraryDependencies ++= Seq(
// "org.vegas-viz" %% "vegas-spark" % "0.3.11",
"org.slf4j" % "slf4j-log4j12" % "2.0.16",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.rogach" %% "scallop" % "5.1.0"
"org.rogach" %% "scallop" % "5.2.0"
).map(_.exclude("ch.qos.logback", "logback-classic"))

libraryDependencies ++= Seq(

0 comments on commit a1edd54

Please sign in to comment.