From c3c6615ab30bd164f997d98b078c525cae8166b2 Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:41:24 +0000 Subject: [PATCH] Update munit to 1.0.2 (#900) * Update munit to 1.0.2 * Update LibraryDependencies.scala --------- Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Co-authored-by: Eric Meisel --- project/LibraryDependencies.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index 9f4f4fad..d14d70e3 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -25,10 +25,9 @@ object LibraryDependencies { } object Munit { - val munitVersion = "1.0.0" - val core = Def.setting("org.scalameta" %%% "munit" % munitVersion) + val core = Def.setting("org.scalameta" %%% "munit" % "1.0.2") val scalacheck = - Def.setting("org.scalameta" %%% "munit-scalacheck" % munitVersion) + Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0") val catsEffect = Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0") val scalacheckEffect =