Skip to content

Commit

Permalink
Merge pull request #1540 from guardrail-dev/blast-hardcheese-patch-1
Browse files Browse the repository at this point in the history
Adding cats instances back in
  • Loading branch information
blast-hardcheese authored Jul 16, 2022
2 parents 54b3553 + 2292239 commit 87f9c1e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,9 @@ class CirceProtocolGenerator private (circeVersion: CirceModelGenerator, applyVa
override def protocolImports() =
Target.pure(
List(
q"import io.circe.syntax._"
q"import cats.syntax.either._",
q"import io.circe.syntax._",
q"import cats.instances.all._"
)
)

Expand Down

0 comments on commit 87f9c1e

Please sign in to comment.