From 4e869e2aa1a0291a3455ddaa515756f47e7b33e9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:18:29 +0000 Subject: [PATCH] build(deps): Update munit from 1.0.0 to 1.0.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f5a6207..4c4c1a3 100644 --- a/build.sc +++ b/build.sc @@ -68,7 +68,7 @@ trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule { } trait CommonTest extends ScalaModule with TestModule.Munit { - def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.0") + def ivyDeps = Agg(ivy"org.scalameta::munit::1.0.1") } object config extends Cross[ConfigModule](scalaVersions)