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 )