From 04b2dfab1b96a5cea1af5e672cf55dd1439f8cff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 02:47:41 +0000 Subject: [PATCH] Update sangria-marshalling-api to 1.0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6fd98aa..1d3a535 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ scalacOptions ++= { javacOptions ++= Seq("-source", "8", "-target", "8") libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.7", + "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8", "com.typesafe.play" %% "play-json" % "2.10.0-RC6", "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.4" % Test, "org.scalatest" %% "scalatest" % "3.2.12" % Test