From c29aee57e7d87978eb899b247b3c28edc400da95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 20:44:04 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b92c3e..6ff5ef7 100644 --- a/build.sbt +++ b/build.sbt @@ -6,5 +6,5 @@ lazy val root = project version := "0.1.0", scalaVersion := "3.7.3", scalacOptions ++= Seq("-deprecation"), - libraryDependencies += "org.scalameta" %% "munit" % "1.1.2" % Test + libraryDependencies += "org.scalameta" %% "munit" % "1.2.0" % Test )