From 2d41efa36994a74e716724495046b470c81b55db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:01:26 +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 390aaae..74ea858 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, NativePlatform, JSPlatform) .settings(commonSettings) .settings( name := "union-derivation-core", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.3" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test ) lazy val examples = crossProject(JVMPlatform, NativePlatform, JSPlatform)