circe-jackson 0.6.2
This release is essential identical to the 0.6.1 release, with the exception that now instead of a single circe-jackson
artifact, we have four (well, really twelve, given that each is cross-published for three Scala versions):
"io.circe" %% "circe-jackson25" % "0.6.2"
"io.circe" %% "circe-jackson26" % "0.6.2"
"io.circe" %% "circe-jackson27" % "0.6.2"
"io.circe" %% "circe-jackson28" % "0.6.2"
The circe-jackson25
artifact is verified by MiMa to be binary-compatible with the 0.6.1 release.