Skip to content

Commit

Permalink
Update sangria to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 343c201 commit e6aeca5
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.15.0"
val sangriaAkkaHttpVersion = "0.0.4"

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

Expand Down

0 comments on commit e6aeca5

Please sign in to comment.