Skip to content

Commit

Permalink
Merge pull request #458 from nationalarchives/update/scala-steward-de…
Browse files Browse the repository at this point in the history
…pendencies/oauth2-oidc-sdk-11.21.2

Update oauth2-oidc-sdk to 11.21.2 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Jan 22, 2025
2 parents 6510939 + 72b3237 commit 1274350
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sbt/setup-sbt@v1
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main
- uses: nationalarchives/tdr-github-actions/.github/actions/slack-send@main
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ThisBuild / description := "A simple graphql client which uses auto generated sa
ThisBuild / licenses := List("MIT" -> new URL("https://choosealicense.com/licenses/mit/"))
ThisBuild / homepage := Some(url("https://github.com/nationalarchives/tdr-graphql-client"))

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

useGpgPinentry := true
publishTo := sonatypePublishToBundle.value
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ object Dependencies {
lazy val circeGenericExtras = "io.circe" %% "circe-generic-extras" % circeGenericExtrasVersion
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.21"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.4"
lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.21.2"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.5"
}

0 comments on commit 1274350

Please sign in to comment.