diff --git a/build.sbt b/build.sbt index 76e4af2..cba066b 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ scalacOptions ++= { } javacOptions ++= Seq("-source", "8", "-target", "8") -val circeVersion = "0.14.6" +val circeVersion = "0.14.7" libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8",