]> gitweb @ CieloNegro.org - task-reporter.git/blob - build.sbt
wip
[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 libraryDependencies +=
12   "org.scalaz" %% "scalaz-core" % "7.1.0"
13
14 // There is also manual dependencies in ./lib:
15 //
16 // - JCalendar <http://toedter.com/jcalendar/>
17 //
18
19 scalacOptions ++= Seq("-deprecation", "-unchecked", "-encoding", "UTF-8", "-feature")
20
21 assemblySettings