From 87daa7c25979d4d28d4f90331e576e62fa035874 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 21:45:17 +0000 Subject: [PATCH] Update munit to 1.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a96ce0..38e30c9 100644 --- a/build.sbt +++ b/build.sbt @@ -6,5 +6,5 @@ lazy val root = project version := "0.1.0", scalaVersion := "3.7.2", scalacOptions ++= Seq("-deprecation"), - libraryDependencies += "org.scalameta" %% "munit" % "1.1.1" % Test + libraryDependencies += "org.scalameta" %% "munit" % "1.1.2" % Test )