We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da37160 commit 77124c4Copy full SHA for 77124c4
sangria/build.sbt
@@ -7,7 +7,7 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation")
7
assembly / mainClass := Some("Server")
8
9
libraryDependencies ++= Seq(
10
- "org.sangria-graphql" %% "sangria" % "4.0.0",
+ "org.sangria-graphql" %% "sangria" % "4.2.11",
11
"org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4",
12
"com.typesafe.akka" %% "akka-actor" % "2.8.7",
13
"com.typesafe.akka" %% "akka-stream" % "2.8.7",
0 commit comments