Skip to content

Commit

Permalink
Update cats-effect to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 6, 2024
1 parent 2a2416a commit 1322175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object dependencies extends AutoPlugin {
)

val cats: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.3",
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-cats" % "4.20.5" % Test
Expand Down Expand Up @@ -76,7 +76,7 @@ object dependencies extends AutoPlugin {
)

val documentation: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.3",
"org.typelevel" %% "cats-effect" % "3.5.4",
"io.circe" %% "circe-core" % "0.14.6",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.http4s" %% "http4s-dsl" % "0.23.25",
Expand Down

0 comments on commit 1322175

Please sign in to comment.