We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2c942 commit 6450b61Copy full SHA for 6450b61
1 file changed
build.sbt
@@ -47,7 +47,7 @@ lazy val silver = (project in file("."))
47
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2", // Testing
48
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", // Parsing
49
libraryDependencies += "com.lihaoyi" %% "fastparse" % "2.2.2", // Parsing
50
- libraryDependencies += "org.rogach" %% "scallop" % "3.5.0", // CLI parsing
+ libraryDependencies += "org.rogach" %% "scallop" % "4.0.1", // CLI parsing
51
libraryDependencies += "commons-io" % "commons-io" % "2.8.0", // I/O
52
libraryDependencies += "com.google.guava" % "guava" % "29.0-jre", // Collections
53
libraryDependencies += "org.jgrapht" % "jgrapht-core" % "1.5.0", // Graphs
0 commit comments