Skip to content

Commit

Permalink
chore(deps): update dependency org.sangria-graphql:sangria to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 017cd77 commit 27d5eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sangria/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation")
assembly / mainClass := Some("Server")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.0",
"org.sangria-graphql" %% "sangria" % "4.0.2",
"org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4",
"com.typesafe.akka" %% "akka-actor" % "2.8.5",
"com.typesafe.akka" %% "akka-stream" % "2.8.5",
Expand Down

0 comments on commit 27d5eb9

Please sign in to comment.