Skip to content

Commit 6674511

Browse files
chore(deps): update dependency org.sangria-graphql:sangria to v4.2.5
1 parent da37160 commit 6674511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sangria/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation")
77
assembly / mainClass := Some("Server")
88

99
libraryDependencies ++= Seq(
10-
"org.sangria-graphql" %% "sangria" % "4.0.0",
10+
"org.sangria-graphql" %% "sangria" % "4.2.5",
1111
"org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4",
1212
"com.typesafe.akka" %% "akka-actor" % "2.8.7",
1313
"com.typesafe.akka" %% "akka-stream" % "2.8.7",

0 commit comments

Comments
 (0)