From a517f39e58b073b8ef032cf531faa9081739f8f0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:41:14 +0000 Subject: [PATCH] Update weaver-cats, weaver-scalacheck to 0.13.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7ff4e2c..1e43ec9 100644 --- a/build.sbt +++ b/build.sbt @@ -33,8 +33,8 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) "1.11.10" else "2.3.3"), // Testing - "org.typelevel" %% "weaver-cats" % "0.12.0" % Test, - "org.typelevel" %% "weaver-scalacheck" % "0.12.0" % Test + "org.typelevel" %% "weaver-cats" % "0.13.0" % Test, + "org.typelevel" %% "weaver-scalacheck" % "0.13.0" % Test ) )