From c3d1c360c9dd5ab186fc50ff1606ab8c2e53082d Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 12 Dec 2023 16:34:58 +0100 Subject: [PATCH] Update snapshot commit of munit in build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8294ba42..21e26900 100644 --- a/build.sbt +++ b/build.sbt @@ -26,6 +26,6 @@ lazy val root = nativeConfig ~= { c => c.withMultithreadingSupport(true) }, - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+15-3940023e-SNAPSHOT" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+16-4e2ab919-SNAPSHOT" % Test ) )