From ece05ff5f2078ed02b616faf6a252c846c6ee77f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 18:11:01 +0000 Subject: [PATCH 1/3] Upgrade munit, munit-scalacheck from 1.0.0-M7 to 1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d493d9a..e046f10 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val catsEffect = "3.4.10" val circe = "0.14.5" val http4s = "0.23.18" - val munit = "1.0.0-M7" + val munit = "1.0.0-M8" val munitCatsEffect = "2.0.0-M3" val scala = "3.3.0" val slf4j = "1.7.36" From 2a9c338ab11271f85900fd50202dce91eb9c09d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jul 2023 17:21:06 +0000 Subject: [PATCH 2/3] Revert commit(s) ece05ff --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e046f10..d493d9a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val catsEffect = "3.4.10" val circe = "0.14.5" val http4s = "0.23.18" - val munit = "1.0.0-M8" + val munit = "1.0.0-M7" val munitCatsEffect = "2.0.0-M3" val scala = "3.3.0" val slf4j = "1.7.36" From 2f0f6f3be21a70e2494bfe9cefdcc26d6bfd7335 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jul 2023 17:21:13 +0000 Subject: [PATCH 3/3] Upgrade munit, munit-scalacheck from 1.0.0-M7 to 1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a571540..775825e 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val catsEffect = "3.4.11" val circe = "0.14.5" val http4s = "0.23.18" - val munit = "1.0.0-M7" + val munit = "1.0.0-M8" val munitCatsEffect = "2.0.0-M3" val scala = "3.3.0" val slf4j = "1.7.36"