From a789a11948bb1728b643e59e2b19b9024cbd90e9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 00:17:15 +0000 Subject: [PATCH] Update munit-cats-effect-3 to 2.0.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f7d95624..43f33403 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val fs2Version = "3.10.2" val http4sVersion = "0.23.27" val natchezVersion = "0.3.5" val munitVersion = "0.7.29" -val munitCEVersion = "1.0.7" +val munitCEVersion = "2.0.0" val scalacheckEffectVersion = "1.0.4" lazy val commonSettings = Seq( @@ -94,7 +94,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) "com.comcast" %%% "ip4s-core" % "3.5.0", "org.scodec" %%% "scodec-bits" % "1.2.0", "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, - "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test, + "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "io.circe" %%% "circe-literal" % circeVersion % Test ), mimaBinaryIssueFilters ++= Seq( @@ -160,7 +160,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo "org.http4s" %%% "http4s-circe" % http4sVersion, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test, "org.scalameta" %%% "munit-scalacheck" % munitVersion % Test, - "org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test, + "org.typelevel" %%% "munit-cats-effect" % munitCEVersion % Test, "org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test, "org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test, "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test,