From ce767af00713ace9e34220b273dc47718a60ac33 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Aug 2026 20:38:27 +0000 Subject: [PATCH] build(deps): Update munit from 1.3.3 to 1.3.5 --- project/V.scala | 2 +- tests/slow/src/test/scala/tests/mill/MillServerSuite.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/V.scala b/project/V.scala index c06def8a17f..156c7b277d8 100644 --- a/project/V.scala +++ b/project/V.scala @@ -62,7 +62,7 @@ object V { val modelContextProtocol = "2.0.0" - val munit = "1.3.3" + val munit = "1.3.5" val pprint = "0.9.6" diff --git a/tests/slow/src/test/scala/tests/mill/MillServerSuite.scala b/tests/slow/src/test/scala/tests/mill/MillServerSuite.scala index 8c23ce0ecdf..539b4c30da1 100644 --- a/tests/slow/src/test/scala/tests/mill/MillServerSuite.scala +++ b/tests/slow/src/test/scala/tests/mill/MillServerSuite.scala @@ -352,7 +352,7 @@ class MillServerSuite | | object test extends ScalaTests with TestModule.Munit { | def mvnDeps = Seq( - | mvn"org.scalameta::munit::1.3.3" + | mvn"org.scalameta::munit::1.3.5" | ) | | def forkEnv = super.forkEnv() ++ Map("DOGGIES" -> "tests")