We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
depends on:
Sorry, something went wrong.
#883
https://github.com/sangria-graphql/sangria/releases/tag/v3.3.0
No branches or pull requests
Sangria dependencies:
The text was updated successfully, but these errors were encountered: