summaryrefslogtreecommitdiffstats
path: root/build.sbt
blob: 929ad135103e89cc3e680b41975e8b3903b0c823 (plain) (blame)
1
2
3
4
5
6
7
8
9
name         := "scala-path-router"

version      := "0.01"

scalaVersion := "2.10.0"

libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"

scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")