summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-15 16:21:11 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-15 16:21:11 -0600
commit6ebf3488f2548a4412937685b7b6b5c0db95263b (patch)
tree053ffbeb766e4e4be5e6a0d86b8dc404a470f419
parentc02fe67e1ebd9a4950943b0ba89b37bcf63adfa1 (diff)
downloadscala-path-router-6ebf3488f2548a4412937685b7b6b5c0db95263b.tar.gz
scala-path-router-6ebf3488f2548a4412937685b7b6b5c0db95263b.zip
enable warnings
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index bba2cfb..929ad13 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,3 +5,5 @@ version := "0.01"
scalaVersion := "2.10.0"
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"
+
+scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")