From 2007e464a25343157b2023cea3e7ac5f8e7ed9b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 May 2026 14:39:40 +0000 Subject: [PATCH] Update munit to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce8bcf5..8eef70c 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= Seq( "org.scodec" %%% "scodec-core" % "2.2.0", "org.scodec" %%% "scodec-bits" % "1.1.34", - "org.scalameta" %%% "munit" % "0.7.29" % Test, + "org.scalameta" %%% "munit" % "1.3.1" % Test, "org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test ), testFrameworks += new TestFramework("munit.Framework")