diff --git a/build.sbt b/build.sbt index 56f69f4..00d4c83 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val root = (project in file(".")) publish / skip := true, scalacOptions += "-deprecation", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.3.14", + "org.typelevel" %% "cats-effect" % "3.5.4", "org.http4s" %% "http4s-ember-client" % "0.23.26", "org.http4s" %% "http4s-circe" % "0.23.26", "io.circe" %% "circe-generic" % "0.14.3",