Skip to content

Commit

Permalink
Update cats-effect to 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 6, 2023
1 parent 036bdb5 commit a353f16
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 @@ -12,7 +12,7 @@ object dependencies extends AutoPlugin {
}

private val cats = List(
"org.typelevel" %% "cats-effect" % "3.4.5",
"org.typelevel" %% "cats-effect" % "3.4.6",
"org.typelevel" %% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-cats" % "4.19.2" % Test
Expand Down Expand Up @@ -58,7 +58,7 @@ object dependencies extends AutoPlugin {
)

private val documentation = List(
"org.typelevel" %% "cats-effect" % "3.4.5",
"org.typelevel" %% "cats-effect" % "3.4.6",
"io.circe" %% "circe-core" % "0.14.3",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC2",
"org.http4s" %% "http4s-dsl" % "0.23.18",
Expand Down

0 comments on commit a353f16

Please sign in to comment.