From 7b68c3a97d7f2be4846192c34af01ff70537e457 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:28:47 +0000 Subject: [PATCH] Update munit-scalacheck to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b796de5..962123f 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ ThisBuild / githubWorkflowTargetBranches := val http4sV = "0.23.30" val munitCatsEffectV = "2.0.0" -val munitScalaCheckV = "1.0.0" +val munitScalaCheckV = "1.1.0" val scalacheckEffectV = "2.0.0-M2" val kindProjectorV = "0.13.3"