]> gitweb @ CieloNegro.org - task-reporter.git/blob - build.sbt
initial commit
[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 assemblySettings