From c1ba91e61dd418b6b7d5596331ff604922662a33 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Dec 2024 08:16:56 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index eed2bdc..ecbfa37 100644 --- a/build.sc +++ b/build.sc @@ -170,7 +170,7 @@ object tests extends ScalaModule { object test extends ScalaTests with TestModule.Munit { def ivyDeps = super.ivyDeps() ++ Seq( - ivy"org.scalameta::munit:1.0.2", + ivy"org.scalameta::munit:1.0.3", ivy"com.lihaoyi::os-lib:0.11.3", ivy"com.lihaoyi::pprint:0.9.0" )