summaryrefslogtreecommitdiff
path: root/Chalice/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/build.sbt')
-rw-r--r--Chalice/build.sbt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Chalice/build.sbt b/Chalice/build.sbt
deleted file mode 100644
index ea32574f..00000000
--- a/Chalice/build.sbt
+++ /dev/null
@@ -1,10 +0,0 @@
-
-name := "Chalice"
-
-version := "1.0"
-
-scalaVersion := "2.9.2"
-
-scalacOptions += "-deprecation"
-
-libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.1" % "test"