Added an SBT build.

This commit is contained in:
Michael Bayne
2011-07-22 15:56:43 -07:00
parent 102fb340b7
commit 92f6e0932f
+14
View File
@@ -0,0 +1,14 @@
name := "pythagoras"
version := "1.1-SNAPSHOT"
organization := "com.samskivert"
crossPaths := false
javacOptions ++= Seq("-Xlint", "-Xlint:-serial")
libraryDependencies ++= Seq(
"junit" % "junit" % "4.+" % "test",
"com.novocode" % "junit-interface" % "0.7" % "test->default"
)