Skip to content

Commit

Permalink
Update cats-effect to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 3, 2023
1 parent 0fbec80 commit 57aec13
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.10.0")
lazy val catsEffect =
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.1")
Def.setting("org.typelevel" %%% "cats-effect" % "3.5.2")
lazy val catsParse = Def.setting("org.typelevel" %%% "cats-parse" % "0.3.10")
lazy val decline = Def.setting("com.monovore" %%% "decline" % "2.4.1")
lazy val jawnParser = Def.setting("org.typelevel" %%% "jawn-parser" % "1.5.1")
Expand Down

0 comments on commit 57aec13

Please sign in to comment.