From 8e8090e26d4efb4cbafe35ecebfd21ef16a34de0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:08:58 +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 edcaeaa..b5769e8 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val scala213 = "2.13.16" val scala3 = "3.3.6" val mUnit = "1.0.0" -val mUnitScalaCheck = "1.0.0" +val mUnitScalaCheck = "1.1.0" val discipline = "1.7.0" Global / onChangedBuildSource := ReloadOnSourceChanges