File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,14 @@ version := "0.1"
44
55scalaVersion := " 2.13.0"
66
7- libraryDependencies += " org.scala-lang.modules" %% " scala-parser-combinators" % " 1.1.2"
7+ // https://mvnrepository.com/artifact/org.scala-lang/scala-reflect
8+ libraryDependencies += " org.scala-lang" % " scala-reflect" % " 2.13.1"
89
910// https://mvnrepository.com/artifact/org.ow2.asm/asm
1011libraryDependencies += " org.ow2.asm" % " asm" % " 7.2-beta"
1112
1213libraryDependencies += " com.github.scopt" %% " scopt" % " 4.0.0-RC2"
1314
14- libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3"
15-
16- libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.2"
17-
1815// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
1916libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.9"
2017
You can’t perform that action at this time.
0 commit comments