Added an SBT build.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user