diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c4c6dd1..39d6551 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { lazy val circeGenericExtrasVersion = "0.14.4" - lazy val circeVersion = "0.14.9" + lazy val circeVersion = "0.14.10" lazy val sttpVersion = "3.9.7" lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" @@ -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.14" - lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.1" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.19.1" + lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0" } diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index c68710d..8fbccde 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.11.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")