Skip to content

Commit

Permalink
Update cats-effect to 2.4.1 (#2041)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Mar 30, 2021
1 parent 968f07a commit 1d1cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.4"
val catsEffect = "org.typelevel" %% "cats-effect" % "2.4.0"
val catsEffect = "org.typelevel" %% "cats-effect" % "2.4.1"
val catsCore = "org.typelevel" %% "cats-core" % "2.5.0"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.1"
Expand Down

0 comments on commit 1d1cfd7

Please sign in to comment.