From 99bfd4fd1893daaa33b54b2dfb2f60c601bcf87d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 19:01:43 +0000 Subject: [PATCH] Update sangria-marshalling-api to 1.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6b302e..b67cccf 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ scalacOptions ++= { javacOptions ++= Seq("-source", "8", "-target", "8") libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8", + "org.sangria-graphql" %% "sangria-marshalling-api" % "1.1.3", "org.json4s" %% "json4s-jackson-core" % "4.0.7", "org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.4" % Test, "org.scalatest" %% "scalatest" % "3.2.18" % Test