From afddcca9aebddf4ed2112fd16b22ec1bfdd9aef3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jun 2023 22:08:44 +0000 Subject: [PATCH] Update cats-effect to 3.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..663944ac 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.5.1", "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.5.1", "com.kubukoz" %% "caliban-gitlab" % "0.1.0", "com.softwaremill.sttp.client3" %% "core" % "3.3.18", "com.softwaremill.sttp.client3" %% "circe" % "3.3.18",