question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

circe-generic-extras not published for Scala 2.13

See original GitHub issue

Hello,

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:closed
  • Created a year ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
armanbilgecommented, May 23, 2022

@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.

0reactions
slandellecommented, May 26, 2022

@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!

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found