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$ ) )