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

version      := "0.01"

scalaVersion := "2.10.0"

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