Skip to content

Commit

Permalink
Merge pull request #79 from scala-steward/update/sangria-4.0.1
Browse files Browse the repository at this point in the history
Update sangria to 4.0.1
  • Loading branch information
yanns authored Jun 22, 2023
2 parents 9b0c23b + 86796de commit 8acb1c2
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 @@ val circeOpticsVersion = "0.14.1"
val sangriaAkkaHttpVersion = "0.0.4"

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.0",
"org.sangria-graphql" %% "sangria" % "4.0.1",
"org.sangria-graphql" %% "sangria-slowlog" % "3.0.0",
"org.sangria-graphql" %% "sangria-circe" % "1.3.2",

Expand Down

0 comments on commit 8acb1c2

Please sign in to comment.