From a06b8c829146b289fe53720c0adbf7d029c67329 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:22:03 +0000 Subject: [PATCH] Update munit-scalacheck to 1.0.0 (#37) * Update munit-scalacheck to 1.0.0 * Update munit-cats-effect-3 to 2.0.0 --------- Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Co-authored-by: horothesun --- project/Dependencies.scala | 8 ++++---- src/main/g8/project/Dependencies.scala | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2620b3e..fb177ca 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,9 +17,9 @@ object Dependencies { val logbackClassic = "1.5.6" - val munitScalaCheck = "0.7.29" + val munitScalaCheck = "1.0.0" - val munitCatsEffect = "1.0.7" + val munitCatsEffect = "2.0.0" } @@ -37,8 +37,8 @@ object Dependencies { ) lazy val test: Seq[ModuleID] = Seq( - "org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test, - "org.typelevel" %% "munit-cats-effect-3" % Version.munitCatsEffect % Test + "org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test, + "org.typelevel" %% "munit-cats-effect" % Version.munitCatsEffect % Test ) lazy val core = libraryDependencies ++= (project ++ logs ++ test) diff --git a/src/main/g8/project/Dependencies.scala b/src/main/g8/project/Dependencies.scala index 2620b3e..fb177ca 100644 --- a/src/main/g8/project/Dependencies.scala +++ b/src/main/g8/project/Dependencies.scala @@ -17,9 +17,9 @@ object Dependencies { val logbackClassic = "1.5.6" - val munitScalaCheck = "0.7.29" + val munitScalaCheck = "1.0.0" - val munitCatsEffect = "1.0.7" + val munitCatsEffect = "2.0.0" } @@ -37,8 +37,8 @@ object Dependencies { ) lazy val test: Seq[ModuleID] = Seq( - "org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test, - "org.typelevel" %% "munit-cats-effect-3" % Version.munitCatsEffect % Test + "org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test, + "org.typelevel" %% "munit-cats-effect" % Version.munitCatsEffect % Test ) lazy val core = libraryDependencies ++= (project ++ logs ++ test)