1
0
Fork 0

Added line to fix race condition in sbt compile; fixed .gitignores

This commit is contained in:
Ben Keller 2013-11-08 15:30:08 -08:00
parent bb64c90092
commit c137cf1a46
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ object BuildSettings extends Build {
organization := buildOrganization,
version := buildVersion,
scalaVersion := buildScalaVersion,
parallelExecution in Global := false,
traceLevel := 15,
scalacOptions ++= Seq("-deprecation","-unchecked"),
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)