Skip to content

Commit

Permalink
Update cats-effect to 3.4.1 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 29, 2022
1 parent 80410e5 commit ece613e
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.3.14")
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.4.1")
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.0")
Expand Down

0 comments on commit ece613e

Please sign in to comment.