From f4ef5c23830f39454696aa2499289e629c0159ef Mon Sep 17 00:00:00 2001 From: Sam Pillsworth Date: Thu, 23 May 2024 11:30:03 -0400 Subject: [PATCH] bump munit-scalacheck --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01d64e1..ecc130f 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform) .dependsOn(core) .settings( libraryDependencies ++= List( - "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11", + "org.scalameta" %%% "munit-scalacheck" % "1.0.0", "org.typelevel" %%% "cats-effect" % "3.5.4" % Test ) )