aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-09-09 15:15:04 -0700
committervlad <vlad@drivergrp.com>2016-09-09 15:15:04 -0700
commit135c38f390da1a2faf983d9b2b2f0fea6a5e74b5 (patch)
tree37090c7f7eec45cf581538e42385c413a15fd237 /build.sbt
parent968a702c359cd1de3359109edda6af5dd26fc74a (diff)
downloaddriver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.tar.gz
driver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.tar.bz2
driver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.zip
Scalacheck properties check inside of scalatest + code formatting
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 0e4b9fc..854ae44 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,7 +12,8 @@ lazy val core = (project in file(".")).
"com.typesafe.akka" %% "akka-http-jackson-experimental" % akkaHttpV,
"com.typesafe.akka" %% "akka-http-spray-json-experimental" % akkaHttpV,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
- "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test",
+ "org.scalatest" % "scalatest_2.11" % "2.2.6" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.12.5" % "test",
"org.mockito" % "mockito-core" % "1.9.5" % "test",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.26",
"com.typesafe.slick" %% "slick" % "3.1.1",