From 2d6eaaefd75437b088fb8588048dbe2a3a131e9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Aug 2024 20:43:07 +0000 Subject: [PATCH 1/3] Upgrade munit from 1.0.0-M11 to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32356dc..4641d92 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val catsEffect = "3.5.4" val circe = "0.14.7" val http4s = "0.23.27" - val munit = "1.0.0-M11" + val munit = "1.0.0" val munitCatsEffect = "2.0.0" val scala = "3.3.3" val slf4j = "1.7.36" From 9d51f3a4bfb823e48a608787485aa12203f1cbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bj=C3=A6rt=20Hargreaves?= Date: Mon, 19 May 2025 10:22:05 +0200 Subject: [PATCH 2/3] fix bad rebase --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a64d1d..4be963a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,6 @@ val V = new { val catsEffect = "3.5.4" val circe = "0.14.7" val http4s = "0.23.27" - val munit = "1.0.0" val catsEffect = "3.6.1" val circe = "0.14.8" val http4s = "0.23.28" From d72560dde5982297558282a3f2c4d31a317c7c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bj=C3=A6rt=20Hargreaves?= Date: Mon, 19 May 2025 10:36:02 +0200 Subject: [PATCH 3/3] fix rebase --- build.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 4be963a..c739d0d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,11 +2,8 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val V = new { val cats = "2.10.0" - val catsEffect = "3.5.4" - val circe = "0.14.7" - val http4s = "0.23.27" - val catsEffect = "3.6.1" val circe = "0.14.8" + val catsEffect = "3.6.1" val http4s = "0.23.28" val munit = "1.0.0" val munitCatsEffect = "2.0.0"