From 65ae191802a86e09e5a4c6bbd2a3f433d1fd2b6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:01:28 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 66062df..390aaae 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.2" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.3" % Test ) lazy val examples = crossProject(JVMPlatform, NativePlatform, JSPlatform)