From b4fbf6703082eea1be0fb04f73cc68fc6d127ece Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:11:06 +0000 Subject: [PATCH] Update munit-cats-effect to 2.0.0-M4 in series/0.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d70d3f03..47503cc3 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val server = project "org.scalameta" %% "munit-scalacheck" % munit % Test, "org.http4s" %% "http4s-circe" % http4sVersion % Test, "org.http4s" %% "http4s-jdk-http-client" % "0.9.1" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test + "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test ), libraryDependencies ++= nativeNettyModules, mimaBinaryIssueFilters ++= Seq( @@ -113,7 +113,7 @@ lazy val client = project "com.github.bbottema" % "java-socks-proxy-server" % "2.0.0" % Test, "org.scalameta" %% "munit" % munit % Test, "ch.qos.logback" % "logback-classic" % "1.2.12" % Test, - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test + "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test ), libraryDependencies ++= nativeNettyModules, mimaBinaryIssueFilters ++= Seq(