From e4dde3c330b5a62061471329995beb079a09e2f8 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:09:23 +0000 Subject: [PATCH] Update munit-cats-effect-3 to 2.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7ff7252..5ed8f56 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / githubWorkflowTargetBranches := Seq("*", "series/*") val http4sV = "0.23.27" -val munitCatsEffectV = "1.0.7" +val munitCatsEffectV = "2.0.0" val munitScalaCheckV = "0.7.29" val scalacheckEffectV = "1.0.4" @@ -68,7 +68,7 @@ lazy val commonSettings = Seq( "org.http4s" %% "http4s-client" % http4sV, "org.http4s" %% "http4s-circe" % http4sV, "org.http4s" %% "http4s-dsl" % http4sV % Test, - "org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test, + "org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test, "org.scalameta" %% "munit-scalacheck" % munitScalaCheckV % Test, "org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectV % Test )