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 5944bb3 commit 2d5da6aCopy full SHA for 2d5da6a
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