Skip to content

Commit

Permalink
Merge pull request #98 from scala-steward/update/sangria-4.1.0
Browse files Browse the repository at this point in the history
Update sangria to 4.1.0
  • Loading branch information
sh0hei committed Apr 6, 2024
2 parents 750dfe7 + e6aeca5 commit 66a397e
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 66a397e

Please sign in to comment.