From 6d97b5282e02f98494c9d060927542e3d5831b6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 Dec 2021 23:15:48 +0100 Subject: [PATCH] Update munit-cats-effect-3 to 1.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15094f1b..8e69906b 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ ThisBuild / githubWorkflowPublish := Seq( val catsV = "2.7.0" val catsEffectV = "3.3.0" val slf4jV = "1.7.32" -val munitCatsEffectV = "1.0.5" +val munitCatsEffectV = "1.0.7" val logbackClassicV = "1.2.7" Global / onChangedBuildSource := ReloadOnSourceChanges