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

[scala3] sangria #648

Closed
yanns opened this issue May 28, 2021 · 3 comments
Closed

[scala3] sangria #648

yanns opened this issue May 28, 2021 · 3 comments
Labels

Comments

@yanns
Copy link
Contributor

yanns commented May 28, 2021

Sangria dependencies:

libraryDependencies ++= Seq(
      // AST Parser
      "org.parboiled" %% "parboiled" % "2.2.1",
      // AST Visitor
      "org.sangria-graphql" %% "macro-visit" % "0.1.3",
      // Marshalling
      "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.5",
      // Streaming
      "org.sangria-graphql" %% "sangria-streaming-api" % "1.0.2",
      // Macros
      "org.scala-lang" % "scala-reflect" % scalaVersion.value,
      // Testing
      "co.fs2" %% "fs2-core" % "2.5.4" % Test,
      "org.scalatest" %% "scalatest" % "3.2.7" % Test,
      "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test,
      "org.sangria-graphql" %% "sangria-spray-json" % "1.0.2" % Test,
      "org.sangria-graphql" %% "sangria-argonaut" % "1.0.1" % Test,
      "org.sangria-graphql" %% "sangria-ion" % "2.0.0" % Test,
      "org.sangria-graphql" %% "sangria-monix" % "2.0.0" % Test,
      "eu.timepit" %% "refined" % "0.9.23" % Test,
      // CATs
      "net.jc
@yanns
Copy link
Contributor Author

yanns commented Jun 25, 2022

#883

@yanns
Copy link
Contributor Author

yanns commented Sep 27, 2022

@yanns yanns closed this as completed Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant