Skip to content

Commit

Permalink
Merge pull request #456 from scala-steward/update/cats-effect-3.5.4
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.4
  • Loading branch information
vigoo authored Mar 31, 2024
2 parents 74749c0 + 828ef1e commit 90fb9bf
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.5.3"
"org.typelevel" %% "cats-effect" % "3.5.4"
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit 90fb9bf

Please sign in to comment.