diff --git a/build.sbt b/build.sbt index f3a6747..8853c48 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,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.2" % Test, + "org.scalameta" %%% "munit" % "1.0.3" % Test, "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, ),