Skip to content

Commit

Permalink
Merge pull request #300 from scala-steward/update/cats-effect-3.4.3
Browse files Browse the repository at this point in the history
Update cats-effect to 3.4.3
  • Loading branch information
vigoo authored Dec 29, 2022
2 parents 589a4ef + 04a82ff commit 8fb52da
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.2"
"org.typelevel" %% "cats-effect" % "3.4.3"
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit 8fb52da

Please sign in to comment.