]> gitweb @ CieloNegro.org - task-reporter.git/blobdiff - build.sbt
new tsv
[task-reporter.git] / build.sbt
index f92aaa87e6f303bb8d318da8628336eccefd1a22..922e0eeeeedbe74cdc6aafb554871ac1e73f90fd 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -8,11 +8,11 @@ libraryDependencies <+=
 libraryDependencies +=
   "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
 
-/* There is also manual dependencies in ./lib:
- *
- * - JCalendar <http://toedter.com/jcalendar/>
- */
+// 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