Skip to content

Commit

Permalink
Merge pull request #249 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
sh0hei authored Nov 30, 2024
2 parents 946233f + 93bf419 commit d2ee187
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 @@ -47,7 +47,7 @@ libraryDependencies ++= {
libraryDependencies ++= Seq(
// testing
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.sangria-graphql" %% "sangria" % "4.2.0" % Test
"org.sangria-graphql" %% "sangria" % "4.2.3" % Test
)

Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oF")
Expand Down

0 comments on commit d2ee187

Please sign in to comment.