From 2caaa85d81abe3a2b4e511da5e603075085233d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 30 Jun 2019 20:37:04 +0200 Subject: [PATCH] Update specs2-scalacheck to 4.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8e132bf6..d6730e3b 100644 --- a/build.sbt +++ b/build.sbt @@ -280,7 +280,7 @@ lazy val offlineTest = project.in(file("tests/offline")) .settings( isabellePackage := "tests", parallelExecution in Test := false, - libraryDependencies += "org.specs2" %% "specs2-scalacheck" % "4.5.1" + libraryDependencies += "org.specs2" %% "specs2-scalacheck" % "4.6.0" ) lazy val pureTest = project.in(file("tests/pure"))