From 352540a5fd110c89153f89e82f4b37cb50daecd5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 15:39:52 +0000 Subject: [PATCH] Update munit to 1.3.3 --- deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sc b/deps.sc index 3c62f08..9a98e8b 100644 --- a/deps.sc +++ b/deps.sc @@ -10,7 +10,7 @@ object Scala { object Deps { def expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0" def interface = ivy"io.get-coursier:interface:1.0.28" - def munit = ivy"org.scalameta::munit::1.0.4" + def munit = ivy"org.scalameta::munit::1.3.3" def pprint = ivy"com.lihaoyi::pprint::0.9.0" def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv" }