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")