diff --git a/build.sbt b/build.sbt index 1ae553a..b324b8b 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", - "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect" % "3.5.7", "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test, "org.scala-lang" % "scala-library" % "2.13.15", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index d7bb7ab..e2aa844 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.12.0", - "org.typelevel" %%% "cats-effect" % "3.5.6", + "org.typelevel" %%% "cats-effect" % "3.5.7", "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test )