Skip to content

Commit d6071ac

Browse files
committed
remove unused scala-reflect dependency
1 parent e37d3c4 commit d6071ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ scalacOptions ++= (
4444
val jacksonVersion = "2.9.4"
4545

4646
libraryDependencies ++= Seq(
47-
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
4847
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
4948
"com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion,
5049
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,

0 commit comments

Comments
 (0)