From 9e6871f991ce4ec72cfece6da10f8ead6be07e80 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:22:24 +0000 Subject: [PATCH] Update cats-effect-testing-specs2 to 1.8.0 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ad5372d..20da18f 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val root = (project in file(".")) "org.typelevel" %% "cats-effect" % "3.5.7", "org.typelevel" %% "cats-effect-kernel" % "3.5.7", "org.typelevel" %% "cats-effect-std" % "3.5.7", - "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test, + "org.typelevel" %% "cats-effect-testing-specs2" % "1.8.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ), // Add sbt plugins here, so that scala steward updates them in the g8 template diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index bec9109..cf8d24d 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -20,7 +20,7 @@ lazy val root = (project in file(".")).settings( "org.typelevel" %% "cats-effect-std" % "3.5.3"$if(scala3.truthy)$$else$, // better monadic for compiler plugin as suggested by documentation compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")$endif$$if(testlib-use-cats-effect-testing-specs2.truthy)$, - "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test$else$$endif$$if(testlib-use-munit-cats-effect-3.truthy)$, + "org.typelevel" %% "cats-effect-testing-specs2" % "1.8.0" % Test$else$$endif$$if(testlib-use-munit-cats-effect-3.truthy)$, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test$else$$endif$ ) )