Skip to content

Commit 8170fed

Browse files
committed
clean up dependencies
1 parent f312bf1 commit 8170fed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.sbt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ version := "0.1"
44

55
scalaVersion := "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
1011
libraryDependencies += "org.ow2.asm" % "asm" % "7.2-beta"
1112

1213
libraryDependencies += "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
1916
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9"
2017

0 commit comments

Comments
 (0)