]> gitweb @ CieloNegro.org - task-reporter.git/blobdiff - build.sbt
wip
[task-reporter.git] / build.sbt
index f92aaa87e6f303bb8d318da8628336eccefd1a22..e6692d372dc677028c9be6aae19e8b7348adab68 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -8,11 +8,14 @@ libraryDependencies <+=
 libraryDependencies +=
   "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
 
-/* There is also manual dependencies in ./lib:
- *
- * - JCalendar <http://toedter.com/jcalendar/>
- */
+libraryDependencies +=
+  "org.scalaz" %% "scalaz-core" % "7.1.0"
+
+// There is also manual dependencies in ./lib:
+//
+// - JCalendar <http://toedter.com/jcalendar/>
+//
 
-scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8")
+scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8", "-feature")
 
 assemblySettings