From c3f90beef159306d398743de874248e1d8fbb942 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Nov 2020 14:57:02 +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 ff99f7c6..31838052 100644 --- a/build.sbt +++ b/build.sbt @@ -254,7 +254,7 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( moduleName := "munit-scalacheck", sharedSettings, - libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.15.0" + libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.15.1" ) .jvmSettings( sharedJVMSettings,