Skip to content

Commit

Permalink
Merge pull request #311 from scala-steward/update/sangria-4.1.0
Browse files Browse the repository at this point in the history
Update sangria to 4.1.0
  • Loading branch information
sh0hei authored Mar 2, 2024
2 parents ea455b2 + e8baa33 commit ae1b3ff
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 @@ -35,7 +35,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.2",
"org.sangria-graphql" %% "sangria" % "4.1.0",
"io.dropwizard.metrics" % "metrics-core" % "4.2.25",
"org.slf4j" % "slf4j-api" % "2.0.11",
("io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6").cross(
Expand Down

0 comments on commit ae1b3ff

Please sign in to comment.