Skip to content

Commit

Permalink
Update sangria to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 8acb1c2 commit 8b99418
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.1",
"org.sangria-graphql" %% "sangria" % "4.0.2",
"org.sangria-graphql" %% "sangria-slowlog" % "3.0.0",
"org.sangria-graphql" %% "sangria-circe" % "1.3.2",

Expand Down

0 comments on commit 8b99418

Please sign in to comment.