Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-M4 in series/0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Nov 13, 2023
1 parent a7f84aa commit b4fbf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit b4fbf67

Please sign in to comment.