Skip to content

Commit

Permalink
Update cats-effect to 3.2.0 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 26, 2021
1 parent 51c1158 commit 3484a8a
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 catsEffect = setting("org.typelevel" %%% "cats-effect" % "3.1.1")
def catsEffect = setting("org.typelevel" %%% "cats-effect" % "3.2.0")
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.5"
def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch
def refined = setting("eu.timepit" %%% "refined" % "0.9.27")
Expand Down

0 comments on commit 3484a8a

Please sign in to comment.