From ee61af92776b05f33cad1f8606bcd016410c2668 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:10:35 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c3e8eb7..741c645 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform) name := "mouse", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", - "org.scalameta" %%% "munit" % "1.0.3" % Test, + "org.scalameta" %%% "munit" % "1.0.4" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test ), developers := List(