From 7c67f6af6c580786707d340ddc164b985caf807b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:59:50 +0000 Subject: [PATCH] Update munit to 1.2.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b5953b73..6d193171 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Dependencies { lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.13.0") - lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1") + lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.1") lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.1.0") lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.1" lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"