Skip to content

Commit

Permalink
Also downgrade circe to 0.11.1, which is what we used before. It was …
Browse files Browse the repository at this point in the history
…already clashing with bloops version
  • Loading branch information
oyvindberg committed Mar 12, 2021
1 parent 99c75d8 commit 77ccb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object Deps {

val circe: List[ModuleID] = {
List(
"io.circe" %% s"circe-generic" % "0.13.0",
"io.circe" %% s"circe-jackson29" % "0.13.0",
"io.circe" %% s"circe-generic" % "0.11.1",
"io.circe" %% s"circe-jackson29" % "0.11.1",
)
}
}

0 comments on commit 77ccb14

Please sign in to comment.