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

Initial attempt at 3.0.0 support #43

Closed
wants to merge 5 commits into from
Closed

Initial attempt at 3.0.0 support #43

wants to merge 5 commits into from

Conversation

kubukoz
Copy link
Member

@kubukoz kubukoz commented Mar 7, 2021

Some things are still missing, but in general I'd say this will be an easy migration.

  • circe-literal
  • refined macros

Tests will fail because circe-literal is currently removed.

@@ -34,7 +33,8 @@ object common {
object Scope {
def of(rawScope: String): Option[Scope] = refineV[ValidScope](rawScope).toOption

def refine: RefineMPartiallyApplied[Refined, ValidScope] = refineMV[ValidScope]
// todo - refined doesn't provide macros for 3.x yet
Copy link
Member Author

Choose a reason for hiding this comment

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

I have an idea for a smol macro of our own for 3.x...

build.sbt Outdated
"org.scalatest" %% "scalatest" % Versions.scalaTest,
"io.circe" %% "circe-literal" % Versions.circe
"org.scalatest" %% "scalatest" % Versions.scalaTest
// todo - circe-literal isn't built for 3.x yest
Copy link
Member Author

Choose a reason for hiding this comment

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

yest xD

@kubukoz kubukoz changed the title Initial attempt at 3.0.0-RC1 support Initial attempt at 3.0.0 support May 25, 2021
@kubukoz
Copy link
Member Author

kubukoz commented May 25, 2021

well, this depends on #64 now (sttp hasn't released for 3.0.0 final before the CE3 migration)

@majk-p
Copy link
Member

majk-p commented Nov 30, 2021

Will be implemented in #172

@majk-p majk-p closed this Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants