summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 4cffcc50..db008a0b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,6 +9,8 @@ libraryDependencies += "com.lihaoyi" %% "utest" % "0.5.4" % "test"
testFrameworks += new TestFramework("utest.runner.Framework")
libraryDependencies ++= Seq(
+ "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided",
+ "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"com.lihaoyi" %% "pprint" % "0.5.3",
"com.lihaoyi" %% "ammonite-ops" % "1.0.2"