summaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-13 19:34:07 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-13 19:34:07 -0600
commitd00a11fd101e0894f1279dad3c19c6dcdaf71f6b (patch)
treed4e266ca3ef03ae1b6c1008b1d3020cb7bfac6f2 /build.sbt
downloadscala-path-router-d00a11fd101e0894f1279dad3c19c6dcdaf71f6b.tar.gz
scala-path-router-d00a11fd101e0894f1279dad3c19c6dcdaf71f6b.zip
initial sketch
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"