From 11dc925a6cb4fbf086189c42b3a2974f51c6f5cf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Apr 2025 16:53:08 +0000 Subject: [PATCH] Update munit to 1.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 396688a..dc69e55 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ scalaVersion := crossScalaVersions.value.head libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % "3.2.19" % Test, "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test, - "org.scalameta" %% "munit" % "1.1.0" % Test, + "org.scalameta" %% "munit" % "1.1.1" % Test, ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings") ++ (