Skip to content

Commit

Permalink
Merge pull request #360 from scala-steward/update/sangria-4.2.3
Browse files Browse the repository at this point in the history
Update sangria to 4.2.3
  • Loading branch information
yanns authored Nov 8, 2024
2 parents 1c1fbf9 + 92f3fa6 commit 365e495
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 @@ -41,7 +41,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")
scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.2.1",
"org.sangria-graphql" %% "sangria" % "4.2.3",
"io.dropwizard.metrics" % "metrics-core" % "4.2.28",
"org.slf4j" % "slf4j-api" % "2.0.16",
("io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6").cross(
Expand Down

0 comments on commit 365e495

Please sign in to comment.