From dafd00a389e97a7e12dc0713eea6394f9571fbf8 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:40:09 +0000 Subject: [PATCH 1/3] Update cats-effect to 3.5.2 --- 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 bc26bfa..d35f6f6 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.9.0", - "org.typelevel" %%% "cats-effect" % "3.5.1", + "org.typelevel" %%% "cats-effect" % "3.5.2", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.scala-lang" % "scala-library" % "2.13.10", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index d48875b..da30904 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.9.0", - "org.typelevel" %%% "cats-effect" % "3.5.1", + "org.typelevel" %%% "cats-effect" % "3.5.2", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test ) From ec24fa64acf73b6933427d6b9718f1e6accacc58 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:08:02 +0000 Subject: [PATCH 2/3] Revert commit(s) dafd00a --- 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 d35f6f6..bc26bfa 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.9.0", - "org.typelevel" %%% "cats-effect" % "3.5.2", + "org.typelevel" %%% "cats-effect" % "3.5.1", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.scala-lang" % "scala-library" % "2.13.10", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index da30904..d48875b 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.9.0", - "org.typelevel" %%% "cats-effect" % "3.5.2", + "org.typelevel" %%% "cats-effect" % "3.5.1", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test ) From 094ed3e3d96d70a9bf0514d6a46f21dbc868b158 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:08:02 +0000 Subject: [PATCH 3/3] Update cats-effect to 3.5.2 --- 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 0ce467f..17fac97 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "cats-effect" % "3.5.1", + "org.typelevel" %%% "cats-effect" % "3.5.2", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.scala-lang" % "scala-library" % "2.13.10", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index ee7f166..a297e5e 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "cats-effect" % "3.5.1", + "org.typelevel" %%% "cats-effect" % "3.5.2", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test )