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