From 135c38f390da1a2faf983d9b2b2f0fea6a5e74b5 Mon Sep 17 00:00:00 2001 From: vlad Date: Fri, 9 Sep 2016 15:15:04 -0700 Subject: Scalacheck properties check inside of scalatest + code formatting --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.sbt') 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", -- cgit v1.2.3