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") ) )