Skip to content

Commit

Permalink
Merge pull request #212 from sangria-graphql/update_sangria_3.3.0
Browse files Browse the repository at this point in the history
update sangria to 3.3.0
  • Loading branch information
yanns authored Oct 6, 2022
2 parents fb3800d + 8ea69b2 commit 7d545c6
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.2.0",
"org.sangria-graphql" %% "sangria" % "3.3.0",
"io.dropwizard.metrics" % "metrics-core" % "4.2.12",
"org.slf4j" % "slf4j-api" % "2.0.1",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
Expand Down

0 comments on commit 7d545c6

Please sign in to comment.