aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-07-08 14:22:05 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-07-08 14:22:05 +0200
commita13f2dece099b450127bb97281a9489e01779c5f (patch)
tree8c4691597b97227fef81082410b44b325dc9cd41 /build.sbt
parentd9ecb3358e08d8bb41eb33a166f90c4459d94cc3 (diff)
downloadsbt-boilerplate-a13f2dece099b450127bb97281a9489e01779c5f.tar.gz
sbt-boilerplate-a13f2dece099b450127bb97281a9489e01779c5f.tar.bz2
sbt-boilerplate-a13f2dece099b450127bb97281a9489e01779c5f.zip
add tests for the current state
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index f3feaf5..2c1efcc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,3 +39,5 @@ seq(lsSettings :_*)
(LsKeys.docsUrl in LsKeys.lsync) <<= homepage
crossBuildingSettings
+
+libraryDependencies += "org.specs2" %% "specs2" % "2.3.13" % "test"