Skip to content

Commit

Permalink
Merge pull request #316 from scala-steward/update/cats-effect-3.4.6
Browse files Browse the repository at this point in the history
Update cats-effect to 3.4.6
  • Loading branch information
vigoo authored Feb 7, 2023
2 parents 5101b35 + 576d24f commit a07eb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ lazy val catsEffect = CrossProject("desert-cats-effect", file("desert-cats-effec
.settings(
description := "Cats-effect API bindings for desert",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.4.4"
"org.typelevel" %% "cats-effect" % "3.4.6"
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit a07eb1e

Please sign in to comment.