Skip to content

Commit

Permalink
scala steward updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle committed Sep 19, 2024
1 parent 1cd2aa6 commit f4fe097
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
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.11.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 comments on commit f4fe097

Please sign in to comment.