We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c8b8f commit a1edd54Copy full SHA for a1edd54
build.sbt
@@ -179,7 +179,7 @@ libraryDependencies ++= Seq(
179
// "org.vegas-viz" %% "vegas-spark" % "0.3.11",
180
"org.slf4j" % "slf4j-log4j12" % "2.0.16",
181
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
182
- "org.rogach" %% "scallop" % "5.1.0"
+ "org.rogach" %% "scallop" % "5.2.0"
183
).map(_.exclude("ch.qos.logback", "logback-classic"))
184
185
libraryDependencies ++= Seq(
0 commit comments