From 304133e85f2b5dbeaf045b689a8ca1345ba735b4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:14:22 +0000 Subject: [PATCH] Update munit to 1.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d1761eb..769f987 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( name := "tests", scalacOptions := scalacOptions.value.filterNot(_ == "-source:3.0-migration"), - libraryDependencies += "org.scalameta" %%% "munit" % "1.2.2" % Test, + libraryDependencies += "org.scalameta" %%% "munit" % "1.2.3" % Test, libraryDependencies ++= { if (tlIsScala3.value) Nil else List("org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided) }