diff --git a/build.sbt b/build.sbt index f09e3bd..1b90709 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val phantomDependencies = project .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", - "org.typelevel" %%% "cats-effect" % "3.7.0", + "org.typelevel" %%% "cats-effect" % "3.7.1", "org.scalameta" %%% "munit" % "1.3.3" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, "org.scala-lang" % "scala-library" % "2.13.18", diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index ae49a66..03d900e 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -26,7 +26,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) name := "$name;format="norm"$", libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", - "org.typelevel" %%% "cats-effect" % "3.7.0", + "org.typelevel" %%% "cats-effect" % "3.7.1", "org.scalameta" %%% "munit" % "1.3.3" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test )