From f8cf167a4b6c89db0ef763c31d754d921259e2f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 17:51:20 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7022175..ecbdcfb 100644 --- a/build.sbt +++ b/build.sbt @@ -6,5 +6,5 @@ lazy val root = project version := "0.1.0", scalaVersion := "3.5.0", scalacOptions ++= Seq("-deprecation"), - libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test + libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test )