]> gitweb @ CieloNegro.org - task-reporter.git/blobdiff - build.sbt
wip
[task-reporter.git] / build.sbt
index ebb6b47bcc8746aa7809a08e94f4cab6cabb1c7d..e6692d372dc677028c9be6aae19e8b7348adab68 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -8,6 +8,14 @@ libraryDependencies <+=
 libraryDependencies +=
   "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
 
-scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8")
+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", "-feature")
 
 assemblySettings