From 85ba7708a13add02f238835aa5de08d31a69e024 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 May 2024 00:51:39 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index d92ce42..fe9b1ed 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:0.7.29", + ivy"org.scalameta::munit:1.0.0", ivy"com.lihaoyi::os-lib:0.10.1", ivy"com.lihaoyi::pprint:0.9.0" )