From 1ce4faad791bca281d852b58a84a2c0db3fbcbd4 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 8 Jan 2025 06:12:49 +0000 Subject: [PATCH] Update munit to 1.0.4 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4fa7f98..9d7324c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val circe = "0.15.0-M1" val circeYaml = "0.15.1" val decline = "2.4.1" - val munit = "1.0.0" + val munit = "1.0.4" val munitCatsEffect = "2.0.0" val scala = "3.4.2" val fs2 = "3.10.2" @@ -31,7 +31,7 @@ object Dependencies { ) val boofcv = Seq( - "org.boofcv" % "boofcv-core" % V.boofcv excludeAll( + ("org.boofcv" % "boofcv-core" % V.boofcv).excludeAll( ExclusionRule("org.yaml", "snakeyaml") ) )