summaryrefslogtreecommitdiff
path: root/project/build.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/build.scala')
-rw-r--r--project/build.scala5
1 files changed, 1 insertions, 4 deletions
diff --git a/project/build.scala b/project/build.scala
index cdeeeb2..8150d08 100644
--- a/project/build.scala
+++ b/project/build.scala
@@ -46,10 +46,7 @@ object CoreBuild extends Build {
lazy val cli: Project = Project("cli", file("cli"),
settings = (root.settings: Seq[sbt.Def.Setting[_]]) ++ Seq(
- libraryDependencies ++= Seq(
- "junit" % "junit" % "4.11" % "test",
- "org.scalatest" %% "scalatest" % "2.0.M5b" % "test"
- ),
+ libraryDependencies ++= Seq("org.specs2" %% "specs2" % "2.3.7" % "test"),
name := "stringmetric-cli"
)
).dependsOn(core)