From 02f4dd62ebcec7ba61ad1ea5bc6ec6ac00812aeb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Nov 2020 11:15:40 +0100 Subject: [PATCH] Update scalacheck to 1.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6d6a88a..85f7e5e 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform) scalaModuleMimaPreviousVersion := None, scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"), libraryDependencies ++= Seq( - "org.scalacheck" %%% "scalacheck" % "1.15.0" % Test, + "org.scalacheck" %%% "scalacheck" % "1.15.1" % Test, ), ) .jsSettings(