Skip to content

Commit

Permalink
Merge pull request #348 from scala-steward/update/cats-effect-3.4.9
Browse files Browse the repository at this point in the history
Update cats-effect to 3.4.9
  • Loading branch information
vigoo authored Apr 20, 2023
2 parents de7f6e2 + 48e34a6 commit 25028fe
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.8"
"org.typelevel" %% "cats-effect" % "3.4.9"
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit 25028fe

Please sign in to comment.