Skip to content

Commit

Permalink
Update cats-effect to 3.5.4 (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2024
1 parent 840064c commit 2b77f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -4,7 +4,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
lazy val catsEffect =
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.3")
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.4")
lazy val catsParse = Def.setting("org.typelevel" %%% "cats-parse" % "1.0.0")
lazy val decline = Def.setting("com.monovore" %%% "decline" % "2.4.1")
lazy val ff4s = Def.setting("io.github.buntec" %%% "ff4s" % "0.24.0")
Expand Down

0 comments on commit 2b77f45

Please sign in to comment.