Skip to content

Deriving circe codecs does not work. #140

Description

@kamilkloch

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]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions