From c711e610d97bb534cbb658ff236dcca7a9b6e5c7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:21:38 +0000 Subject: [PATCH] Update munit to 1.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ff0aee4..1201988 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.13.0", - "org.scalameta" %%% "munit" % "1.3.5" % Test, + "org.scalameta" %%% "munit" % "1.3.6" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test ), developers := List(