Skip to content

Commit

Permalink
Update cats-effect to 3.5.7 (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 27, 2024
1 parent 6ba2816 commit 0253697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies {
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
lazy val catsEffect =
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.6")
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.7")
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 0253697

Please sign in to comment.