summaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..bba2cfb
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,7 @@
+name := "scala-path-router"
+
+version := "0.01"
+
+scalaVersion := "2.10.0"
+
+libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"