Skip to content

Commit

Permalink
exclude scala-reflect at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Feb 23, 2017
1 parent 3699ac2 commit 63caa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ organization := "com.qifun"

name := "stateless-future"

libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value
libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided

libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"

Expand Down

0 comments on commit 63caa73

Please sign in to comment.