Skip to content

Commit

Permalink
feat: upgrade sangria
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Nov 8, 2023
1 parent fad8246 commit 89fc82d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions sangria/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation")
assembly / mainClass := Some("Server")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "3.5.2",
"org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.3",
"com.typesafe.akka" %% "akka-actor" % "2.8.4",
"com.typesafe.akka" %% "akka-stream" % "2.8.4",
"com.typesafe.akka" %% "akka-http" % "10.5.2",
"com.typesafe.akka" %% "akka-http-core" % "10.5.2",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime,
"org.sangria-graphql" %% "sangria" % "4.0.0",
"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",
"com.typesafe.akka" %% "akka-http" % "10.5.3",
"com.typesafe.akka" %% "akka-http-core" % "10.5.3",
)

0 comments on commit 89fc82d

Please sign in to comment.