]> gitweb @ CieloNegro.org - task-reporter.git/blobdiff - build.sbt
wip
[task-reporter.git] / build.sbt
index ebb6b47bcc8746aa7809a08e94f4cab6cabb1c7d..f92aaa87e6f303bb8d318da8628336eccefd1a22 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -8,6 +8,11 @@ libraryDependencies <+=
 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