Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Update cats-effect to 3.5.4 #589

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update cats-effect to 3.5.4
  • Loading branch information
scala-steward committed Mar 6, 2024
commit 22a33caae5915637d97ff0b2f6fa0db386abd4c1
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"co.fs2" %% "fs2-core" % "3.2.14",
"com.github.valskalla" %% "odin-core" % "0.13.0",
"io.circe" %% "circe-core" % "0.14.2",
Expand Down Expand Up @@ -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.4",
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
"com.softwaremill.sttp.client3" %% "circe" % "3.3.18",
Expand Down
Loading