From e1f1fd8a7866617dd08861177265f1f44dd06f90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 15:40:00 +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 6539e744..9aed57b0 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val `lila-ws` = project "io.kamon" %% "kamon-system-metrics" % kamonVersion, "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided", "com.roundeights" %% "hasher" % "1.3.1", - "org.scalameta" %% "munit" % "1.0.1" % Test + "org.scalameta" %% "munit" % "1.0.2" % Test ), scalacOptions := Seq( "-encoding",