From 6531a7c978b0baf696376c02dcf76a39bab56fa6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:11:23 +0000 Subject: [PATCH] Update weaver-cats, weaver-scalacheck to 0.10.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9b41f3d..b8d2cb0 100644 --- a/build.sbt +++ b/build.sbt @@ -36,8 +36,8 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) "1.11.10" else "2.3.0"), // Testing - "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test, - "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test + "org.typelevel" %% "weaver-cats" % "0.10.1" % Test, + "org.typelevel" %% "weaver-scalacheck" % "0.10.1" % Test ), mimaPreviousArtifacts := Set() )