Skip to content

Commit

Permalink
Update cats-effect, cats-effect-std to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2024
1 parent 7d6d6bb commit 0894f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Dependencies {

lazy val doobieCore = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"

lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val catsEffectStd = "org.typelevel" %% "cats-effect-std" % "3.5.4"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val catsEffectStd = "org.typelevel" %% "cats-effect-std" % "3.5.7"
lazy val fs2Core = "co.fs2" %% "fs2-core" % "3.10.2"

lazy val jsoniter = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7"
Expand Down

0 comments on commit 0894f25

Please sign in to comment.