diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3498da1..bf340e6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,5 +14,5 @@ object Dependencies { lazy val sttp = "com.softwaremill.sttp.client3" %% "core" % sttpVersion lazy val sttpCirce = "com.softwaremill.sttp.client3" %% "circe" % sttpVersion lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.20.1" - lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.3" + lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.4" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 813f86b..9447af9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")