Skip to content

Commit

Permalink
Merge pull request #445 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents daf9893 + e386260 commit 8ca1b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 8ca1b3a

Please sign in to comment.