From 792c3353cc03261ed2cd5daed91b7c24addd891a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Dec 2021 00:54:49 +0100 Subject: [PATCH] Update munit-cats-effect-2 to 1.0.7 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f321171e..7a922299 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ ThisBuild / githubWorkflowPublish := Seq( val catsV = "2.7.0" val catsEffectV = "2.5.4" val slf4jV = "1.7.32" -val munitCatsEffectV = "1.0.3" +val munitCatsEffectV = "1.0.7" val logbackClassicV = "1.2.7" Global / onChangedBuildSource := ReloadOnSourceChanges