From 0df3a0140149bd66b9c91389e3343cf8992a60df Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:10:32 +0000 Subject: [PATCH] Update scalacheck-effect, ... to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..5e009a44 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val http4sVersion = "0.23.33" val natchezVersion = "0.3.8" val munitVersion = "1.2.0" val munitCEVersion = "2.1.0" -val scalacheckEffectVersion = "2.1.0-RC1" +val scalacheckEffectVersion = "2.1.0" lazy val commonSettings = Seq( crossScalaVersions := Seq(Scala3, Scala213)