From 7e70ba24661f3798c5027d8f5180b060829cb119 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:27:02 +0000 Subject: [PATCH 1/2] Update sbt-pgp to 2.3.1 in scala-steward-dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 3212c0977e9dab4f8e340939be429261c07c97ee Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:27:14 +0000 Subject: [PATCH 2/2] Update sangria to 4.2.4 in scala-steward-dependencies --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }