From 5400af288a2e67b9f642b9f2073220ae8d7bb8b5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:10:33 +0000 Subject: [PATCH] Update cats-effect-testing-specs2 to 1.7.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..6ed2708 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.7.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..39ba864 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.7.0" % Test$else$$endif$$if(testlib-use-munit-cats-effect-3.truthy)$, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test$else$$endif$ ) )