Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/npm/ws-8.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz authored Jun 27, 2024
2 parents 190f6df + cdafdd9 commit 95991c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0

val playVersion = "3.0.3"
val playPac4jVersion = "12.0.0-PLAY3.0"
val pac4jVersion = "6.0.3"
val pac4jVersion = "6.0.4"
val sttpVersion = "2.3.0"

libraryDependencies ++= Seq(
"org.pac4j" %% "play-pac4j" % playPac4jVersion excludeAll (ExclusionRule("commons-io", "commons-io"), ExclusionRule(organization = "com.fasterxml.jackson.core")),
"org.pac4j" % "pac4j-http" % pac4jVersion excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core")),
"org.pac4j" % "pac4j-oidc" % pac4jVersion,
"io.circe" %% "circe-core" % "0.14.7",
"io.circe" %% "circe-generic" % "0.14.7",
"io.circe" %% "circe-core" % "0.14.8",
"io.circe" %% "circe-generic" % "0.14.8",
"com.softwaremill.sttp.client" %% "core" % sttpVersion,
"com.softwaremill.sttp.client" %% "circe" % sttpVersion,
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion,
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.163",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.164",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.203",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.377",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.27",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.186",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.186",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.188",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.187",
"ch.qos.logback" % "logback-classic" % "1.5.6",
ws,
"io.opentelemetry" % "opentelemetry-api" % "1.39.0",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
resolvers += Resolver.jcenterRepo
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
Expand Down

0 comments on commit 95991c3

Please sign in to comment.