Skip to content

Commit

Permalink
Update sangria to 2.0.1 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Simon <yann.simon.fr@gmail.com>
  • Loading branch information
scala-steward and yanns committed Dec 7, 2020
1 parent 3c65448 commit 15c054d
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 @@ -15,7 +15,7 @@ scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.0.0",
"org.sangria-graphql" %% "sangria" % "2.0.1",
"org.scalatest" %% "scalatest" % "3.1.4" % Test)

// Publishing
Expand Down

0 comments on commit 15c054d

Please sign in to comment.