From ee8ca2c85f48c58f1101d6a290f2268b46d363ba Mon Sep 17 00:00:00 2001 From: hannahlindsley Date: Thu, 12 May 2016 21:08:01 -0500 Subject: [PATCH] I'm just trying to get iguana to build, thats all... --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f32f142..337cca7 100644 --- a/build.sbt +++ b/build.sbt @@ -16,9 +16,10 @@ libraryDependencies ++= Seq( ) javacOptions in (Compile, doc) ++= Seq("-source", "1.8") + javacOptions in (Compile,doc) += "-Xdoclint:none" val main = Project(id = "regex", base = file(".")).dependsOn(utils) lazy val utils = if (file("../utils").exists) ProjectRef(file("../utils"), "utils") - else ProjectRef(uri("https://github.com/iguana-parser/utils.git"), "utils") \ No newline at end of file + else ProjectRef(uri("https://github.com/iguana-parser/utils.git"), "utils")