From 2648704f4532a8d7d9464f83f0d8f094f9e1b6f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 May 2024 14:29:57 +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 06d540c..0a04eb6 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val `fake-ec2-metadata-service` = project "io.monix" %% "newtypes-core" % "0.2.3", "org.typelevel" %% "mouse" % "1.2.3", "ch.qos.logback" % "logback-classic" % "1.5.6" % Runtime, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, + "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test, "org.http4s" %% "http4s-client" % "0.23.27" % Test, "com.comcast" %% "ip4s-test-kit" % "3.5.0" % Test,