Skip to content

Commit

Permalink
Merge pull request #621 from Dwolla/update/munit-1.0.0-M10
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M10
  • Loading branch information
bpholt authored Jan 27, 2024
2 parents 8fac611 + 43a89c9 commit f9795c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit f9795c6

Please sign in to comment.