From 21ef5f5e1b26cf0ce39f6c151eb92f203e7fc1d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Feb 2023 12:22:56 +0000 Subject: [PATCH] Update cats-effect to 3.4.8 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..63461c62 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ val commonSettings = List( scalacOptions --= List("-Xfatal-warnings"), libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.7.0", - "org.typelevel" %% "cats-effect" % "3.3.14", + "org.typelevel" %% "cats-effect" % "3.4.8", "co.fs2" %% "fs2-core" % "3.2.14", "com.github.valskalla" %% "odin-core" % "0.13.0", "io.circe" %% "circe-core" % "0.14.2", @@ -108,7 +108,7 @@ lazy val bootstrap = project scalaVersion := Scala3, libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.7.0", - "org.typelevel" %% "cats-effect" % "3.3.14", + "org.typelevel" %% "cats-effect" % "3.4.8", "com.kubukoz" %% "caliban-gitlab" % "0.1.0", "com.softwaremill.sttp.client3" %% "core" % "3.3.18", "com.softwaremill.sttp.client3" %% "circe" % "3.3.18",