Skip to content

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!

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.

2 participants