Skip to content

Commit 6450b61

Browse files
committed
Updated Scallop library to 4.0.1
1 parent be2c942 commit 6450b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lazy val silver = (project in file("."))
4747
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2", // Testing
4848
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", // Parsing
4949
libraryDependencies += "com.lihaoyi" %% "fastparse" % "2.2.2", // Parsing
50-
libraryDependencies += "org.rogach" %% "scallop" % "3.5.0", // CLI parsing
50+
libraryDependencies += "org.rogach" %% "scallop" % "4.0.1", // CLI parsing
5151
libraryDependencies += "commons-io" % "commons-io" % "2.8.0", // I/O
5252
libraryDependencies += "com.google.guava" % "guava" % "29.0-jre", // Collections
5353
libraryDependencies += "org.jgrapht" % "jgrapht-core" % "1.5.0", // Graphs

0 commit comments

Comments
 (0)