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 c69e96d + 3f6fbe1 commit 2eaf0b6Copy full SHA for 2eaf0b6
build.sbt
@@ -61,7 +61,7 @@ lazy val scala2_core = (project in file("scala-core-modules/scala2-core"))
61
libraryDependencies += scalaReflection,
62
libraryDependencies += scalaXmlDep,
63
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
64
- libraryDependencies += "org.rogach" %% "scallop" % "5.0.1",
+ libraryDependencies += "org.rogach" %% "scallop" % "5.1.0",
65
libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1",
66
libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided",
67
libraryDependencies += "args4j" % "args4j" % "2.37",
0 commit comments