From 17886d959b121d5f3ca0dcc228a297e9b4dcf65b Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:25:49 +0000 Subject: [PATCH] Update munit from 1.0.3 to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f214a1b5e..b32db39bf 100644 --- a/build.sbt +++ b/build.sbt @@ -485,7 +485,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion val log4jApiScalaDep = "org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0" -val munitDep = "org.scalameta" %% "munit" % "1.0.3" % Test +val munitDep = "org.scalameta" %% "munit" % "1.0.4" % Test lazy val scala_libraries_os = (project in file("scala-libraries-os")) .settings(