From 0f1810ab7acdefa98abc0f287b3be4556cc16af8 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 8 Nov 2018 13:23:04 +0100 Subject: [PATCH] Update scalatest to 3.0.6-SNAP5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c979b10..d93680a 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val commonSettings = Seq( ), libraryDependencies ++= Seq( "org.scalacheck" %%% "scalacheck" % "1.14.0", - "org.scalatest" %%% "scalatest" % "3.0.6-SNAP4" % "optional", + "org.scalatest" %%% "scalatest" % "3.0.6-SNAP5" % "optional", "org.specs2" %%% "specs2-scalacheck" % "4.3.5" % "optional" ), scalacOptions in Test ++= Seq("-Yrangepos"),