From 91bd7ef9af5c98d2bcaf7f8b3a0301905da27547 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:16:05 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0 in series/0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index edb04e44..b1904e15 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ val vaultV = "3.5.0" val caseInsensitiveV = "1.4.0" val munitV = "1.0.0-M11" -val munitCatsEffectV = "2.0.0-M4" +val munitCatsEffectV = "2.0.0" val emberServer = Seq( "org.http4s" %% "http4s-ember-server" % http4sV,