From d99c37a4b840cbe038eab69f9719cbeb2da42f23 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 04:09:16 +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 ddd8a38..f7e74a1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val scala212Version = "2.12.17" val scala213Version = "2.13.10" val scala3Version = "3.2.1" val slf4jVersion = "2.0.4" -val munitCEVersion = "2.0.0-M3" +val munitCEVersion = "2.0.0" ThisBuild / organization := "org.tpolecat" ThisBuild / tlSonatypeUseLegacyHost := false