summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ecfedcef..4cffcc50 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,7 +10,8 @@ testFrameworks += new TestFramework("utest.runner.Framework")
libraryDependencies ++= Seq(
"com.lihaoyi" %% "sourcecode" % "0.1.4",
- "com.lihaoyi" %% "pprint" % "0.5.3"
+ "com.lihaoyi" %% "pprint" % "0.5.3",
+ "com.lihaoyi" %% "ammonite-ops" % "1.0.2"
)
sourceGenerators in Compile += Def.task {