Skip to content

Commit

Permalink
Update cats-effect to 3.5.2 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 30, 2023
1 parent 75cd5a6 commit c9b5362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Deps {
import Def.setting

def catsEffect2 = setting("org.typelevel" %%% "cats-effect" % "2.5.5")
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.5.1")
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.5.2")
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6"
def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch
def pprint = setting("com.lihaoyi" %%% "pprint" % "0.8.1")
Expand Down

0 comments on commit c9b5362

Please sign in to comment.