]> gitweb @ CieloNegro.org - task-reporter.git/blobdiff - build.sbt
wip
[task-reporter.git] / build.sbt
index db126ad662b012bf56b8e7357d2d23c845b2a2bf..f92aaa87e6f303bb8d318da8628336eccefd1a22 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -5,4 +5,14 @@ version := "0.0.1"
 libraryDependencies <+=
   scalaVersion { "org.scala-lang" % "scala-swing" % _ }
 
+libraryDependencies +=
+  "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
+
+/* There is also manual dependencies in ./lib:
+ *
+ * - JCalendar <http://toedter.com/jcalendar/>
+ */
+
+scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8")
+
 assemblySettings