Skip to content

Commit

Permalink
Merge branch 'main' into update/sangria-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0hei authored Aug 4, 2022
2 parents 9b5752d + 8d74275 commit 1b6130d
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 @@ -46,7 +46,7 @@ libraryDependencies ++= {

libraryDependencies ++= Seq(
// testing
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
("org.sangria-graphql" %% "sangria" % "3.2.0").cross(CrossVersion.for3Use2_13) % Test
)

Expand Down

0 comments on commit 1b6130d

Please sign in to comment.