From 9408ef994b276ff0314c36a514b7b6afd971909c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 16:05:10 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc999a9..0999740 100644 --- a/build.sbt +++ b/build.sbt @@ -64,5 +64,5 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .dependsOn(narr) .settings( name := "narr-tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test ) \ No newline at end of file