From f51e89ca433fe928316d1cc4ce33f61f37a022ed Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:16:14 +0000 Subject: [PATCH] Update munit to 1.3.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 473025c4..88d66134 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.2.4") + lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.0") lazy val munitScalacheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.2.0") lazy val fastParse = "com.lihaoyi" %% "fastparse" % "3.1.1" lazy val parsley = "org.http4s" %% "parsley" % "1.5.0-M3"