From fbfa76ce52a88b284a6b0fead5801644fcb55fd8 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 04:04:51 +0000 Subject: [PATCH] Update scalacheck-1-18 to 3.2.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef5d16c..28d8f55 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "discipline-scalatest", libraryDependencies ++= Seq( "org.typelevel" %%% "discipline-core" % "1.7.0", - "org.scalatestplus" %%% "scalacheck-1-18" % "3.2.18.0", + "org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0", "org.scalatest" %%% "scalatest" % "3.2.18" ) )