From 5dbceeebefb841a51db7b90a816057c97af72a53 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 00:33:50 +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 f8bf972..7c2d262 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val catsV = "2.10.0" val catsEffectV = "3.5.4" val fs2V = "3.10.2" val luceneV = "9.10.0" -val munitCatsEffectV = "2.0.0-M5" +val munitCatsEffectV = "2.0.0" lazy val root = tlCrossRootProject.aggregate(lucene, example, unidocs, benchmarks)