summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-10-28 13:30:57 +0100
committerMathias <mathias@spray.io>2014-10-28 13:30:57 +0100
commite0af88f456fcc944d8675f6cfb50fb6f75a69df3 (patch)
tree59803687a7764f5bddd7cf22e1be8b4eac031d7d /build.sbt
parentef6d8a21849a97cdfc63c5cb740dd55f24807a48 (diff)
downloadspray-json-e0af88f456fcc944d8675f6cfb50fb6f75a69df3.tar.gz
spray-json-e0af88f456fcc944d8675f6cfb50fb6f75a69df3.tar.bz2
spray-json-e0af88f456fcc944d8675f6cfb50fb6f75a69df3.zip
Upgrade test dependencies
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 8607bff..24f13d3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,8 +21,9 @@ scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "
resolvers += Opts.resolver.sonatypeReleases
libraryDependencies ++= Seq(
- "org.specs2" %% "specs2" % "2.4.2" % "test",
- "org.scalacheck" %% "scalacheck" % "1.11.5" % "test"
+ "org.specs2" %% "specs2-core" % "2.4.9" % "test",
+ "org.specs2" %% "specs2-scalacheck" % "2.4.9" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.11.6" % "test"
)
(scalacOptions in doc) ++= Seq("-doc-title", name.value + " " + version.value)