Skip to content

Commit

Permalink
Merge pull request #202 from scala-steward/update/sangria-3.2.0
Browse files Browse the repository at this point in the history
Update sangria to 3.2.0
  • Loading branch information
sh0hei authored Aug 8, 2022
2 parents 8664bc3 + 69e6851 commit a7e8392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "3.0.1",
"org.sangria-graphql" %% "sangria" % "3.2.0",
"io.dropwizard.metrics" % "metrics-core" % "4.2.11",
"org.slf4j" % "slf4j-api" % "1.7.36",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
Expand Down

0 comments on commit a7e8392

Please sign in to comment.