Skip to content

Commit

Permalink
Update cats-effect to 3.4.11 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 19, 2023
1 parent b5e7129 commit d82c883
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.4.7")
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.4.11")
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 d82c883

Please sign in to comment.