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.
2 parents da67963 + 7660b1b commit 0a67612Copy full SHA for 0a67612
build.sbt
@@ -81,7 +81,7 @@ lazy val scala_core_7 = (project in file("scala-core-7"))
81
libraryDependencies ++= scalaTestDeps,
82
libraryDependencies += jUnitInterface,
83
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
84
- libraryDependencies += "org.rogach" %% "scallop" % "4.1.0",
+ libraryDependencies += "org.rogach" %% "scallop" % "5.0.0",
85
libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1",
86
libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided",
87
libraryDependencies += "args4j" % "args4j" % "2.33"
0 commit comments