From c4976f5f81eb48124e235853bb044c0df7dc273f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:48:41 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4cd87a..2f25990 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val scala212Version = "2.12.19" val scala213Version = "2.13.10" val scala3Version = "3.3.3" val slf4jVersion = "2.0.16" -val munitCEVersion = "2.0.0-M3" +val munitCEVersion = "2.0.0" val scalacheckEffectVersion = "2.0.0-M2" ThisBuild / organization := "org.tpolecat"