Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note on possible circe import error in docs #6450

Merged
merged 4 commits into from Jun 5, 2022

Conversation

cgoldammer
Copy link
Contributor

@cgoldammer cgoldammer commented Jun 5, 2022

Added a note that helped resolve a circe import error I encountered.

This was the solution proposed by armanbilge on Discord. In my case, I set up the project with sbt new http4s/http4s.g8 --branch 0.23-scala3 and the import import io.circe._ will work with Scala 3.1.0, but not 3.1.2. The proposed change allows the import to run.

This was the solution proposed by armanbilge on Discord, I'm adding a note to try this. In my case, I set up the project with `sbt new http4s/http4s.g8 --branch 0.23-scala3` and the import `import io.circe._` will work with Scala 3.1.0, but not 3.1.2.
@mergify mergify bot added series/0.23 PRs targeting 0.23.x docs Relates to our website or tutorials labels Jun 5, 2022
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing to http4s!

docs/docs/json.md Outdated Show resolved Hide resolved
cgoldammer and others added 2 commits June 5, 2022 10:32
@armanbilge armanbilge merged commit ff0084b into http4s:series/0.23 Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Relates to our website or tutorials series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants