]> gitweb @ CieloNegro.org - task-reporter.git/blob - build.sbt
new tsv
[task-reporter.git] / build.sbt
1 name := "task-reporter"
2
3 version := "0.0.1"
4
5 libraryDependencies <+=
6   scalaVersion { "org.scala-lang" % "scala-swing" % _ }
7
8 libraryDependencies +=
9   "org.scala-tools.sbinary" %% "sbinary" % "0.4.2"
10
11 // There is also manual dependencies in ./lib:
12 //
13 // - JCalendar <http://toedter.com/jcalendar/>
14 //
15
16 scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8", "-feature")
17
18 assemblySettings