circe-generic-extras not published for Scala 2.13
See original GitHub issueHello,
Similar to #1958 I guess. See https://repo1.maven.org/maven2/io/circe/circe-generic-extras_2.13/.
[error] Not found
[error] not found: /home/runner/.ivy2/localio.circe/circe-generic-extras_2.13/0.14.2/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/io/circe/circe-generic-extras_2.13/0.14.2/circe-generic-extras_2.13-0.14.2.pom
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
circe-generic-extras - GitHub
This library provides configurable generic derivation and other functionality extending the generic derivation mechanisms provided in Circe's circe-generic ...
Read more >circe/circe - Gitter
@travisbrown Hi Travis, as I posted recently, @ConfiguredJsonCodec does not seem to work anymore with scala 2.13. The compiler complains that it cannot...
Read more >circe/CHANGELOG and circe Releases - Awesome Scala
This release introduces a new 2.13-only circe-generic-simple module (#1180) that is a reimplementation of circe-generic for Scala 2.13. It doesn't use ...
Read more >Circe - A JSON library for Scala powered by Cats
circe is published to Maven Central and cross-built for Scala 2.12 and 2.13, ... If you're using circe-generic-extra's @JsonCodec macro annotations, ...
Read more >Parsing custom keys in Json with Circe - scala - Stack Overflow
I have written this code import ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@slandelle circe-generic-extras is published from a separate repository and has independent versioning from this repository. That’s why there is no 0.14.2 released 😃 https://github.com/circe/circe-generic-extras/
@andreamarcolin exact same story for circe-optics. https://github.com/circe/circe-optics
In general, these version numbers will not match those for circe core.
@zmccoy Thanks! Maybe it was a coincidence the version number was the same so far, how how the original author used to release. Anyway, we’re now using distinct version for our build now so scala-steward can successfully push upgrades.
Thanks a lot!