Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deriving circe codecs does not work. #140

Open
kamilkloch opened this issue Jul 8, 2021 · 0 comments
Open

Deriving circe codecs does not work. #140

kamilkloch opened this issue Jul 8, 2021 · 0 comments

Comments

@kamilkloch
Copy link

kamilkloch commented Jul 8, 2021

Scala 2.13.6, circe 0.14.1, scalaz-deriving 3.0.0-M3. The following code fails to compile:

@deriving(Encoder, Decoder)
case class AAA(x: Int, d: Double)

implicitly[Encoder[AAA]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant