Skip to content

Commit

Permalink
Merge pull request #142 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
yanns authored Sep 27, 2022
2 parents 8e97b39 + e133894 commit 1491b20
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.13" % Test,
("org.sangria-graphql" %% "sangria" % "2.1.6").cross(CrossVersion.for3Use2_13) % Test
("org.sangria-graphql" %% "sangria" % "3.2.0").cross(CrossVersion.for3Use2_13) % Test
)

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

0 comments on commit 1491b20

Please sign in to comment.