Skip to content

Commit

Permalink
Merge pull request #442 from scala-steward/update/cats-effect-3.5.3
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.3
  • Loading branch information
vigoo authored Jan 20, 2024
2 parents 613959d + 36b5e59 commit 0d539bd
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.2"
"org.typelevel" %% "cats-effect" % "3.5.3"
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit 0d539bd

Please sign in to comment.