ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
107 stars 54 forks source link

Support for Circe 0.10.0 #103

Closed dandxy89 closed 6 years ago

dandxy89 commented 6 years ago

Getting the following error when compiling a project with the latest release of Circe.

java.lang.NoSuchMethodError: io.circe.Encoder$.importedEncoder(Lio/circe/ObjectEncoder;)Lio/circe/Encoder;

Update: Scala-Pact doesn't currently support the latest version of Circe - will create a PR to add this to the project.