From 43a89c962b5069051c3a06d8d70eb4b2aea72b93 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:06:29 +0000 Subject: [PATCH] Update munit to 1.0.0-M10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6fa44f..1f892c4 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val `fs2-utils` = crossProject(JSPlatform, JVMPlatform) description := "Helpful utility functions for fs2 streams", libraryDependencies ++= Seq( "co.fs2" %%% "fs2-core" % fs2Version, - "org.scalameta" %%% "munit" % "1.0.0-M8" % Test, + "org.scalameta" %%% "munit" % "1.0.0-M10" % Test, "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test, ),