Skip to content

Commit

Permalink
Downgrade cats, fs2, circe deps (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
psisoyev authored Nov 10, 2023
1 parent 8534267 commit eb84cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ object Dependencies {
val java8Compat = "1.0.2"

val avro4s = "4.1.1"
val cats = "2.10.0"
val cats = "2.9.0"

val catsEffect = "3.4.11"
val circe = "0.14.6"
val fs2 = "3.9.2"
val catsEffect = "3.4.6"
val circe = "0.14.3"
val fs2 = "3.6.1"
val newtype = "0.4.4"
val pulsar = "2.10.5"
val weaver = "0.8.3"
Expand Down

0 comments on commit eb84cdc

Please sign in to comment.