Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Steward Updates #4396

Merged
merged 18 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
01e300a
Update opentelemetry-aws-xray to 1.43.0 in scala-steward-dependencies
tna-da-bot Jan 19, 2025
51b679e
Update sbt-scalafmt to 2.5.4 in scala-steward-dependencies
tna-da-bot Jan 19, 2025
643cefe
Update tdr-metadata-validation to 0.0.94 in scala-steward-dependencies
tna-da-bot Jan 19, 2025
d4a204d
Merge pull request #4392 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 19, 2025
7c334c7
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Jan 19, 2025
8cd2f16
Merge pull request #4395 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 19, 2025
2767410
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Jan 19, 2025
395b561
Merge pull request #4393 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 19, 2025
6f24894
Update s3-utils, sns-utils to 0.1.231 in scala-steward-dependencies
tna-da-bot Jan 22, 2025
877370f
Merge pull request #4399 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 22, 2025
4cf9e1e
Update scalafmt-core to 3.8.6 in scala-steward-dependencies
tna-da-bot Jan 25, 2025
7a6a722
Update tdr-auth-utils to 0.0.226 in scala-steward-dependencies
tna-da-bot Jan 25, 2025
060b218
Merge pull request #4404 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 25, 2025
6828c78
Update tdr-auth-utils to 0.0.228 in scala-steward-dependencies
tna-da-bot Jan 28, 2025
9fe26a7
Merge pull request #4407 from nationalarchives/update/scala-steward-d…
mergify[bot] Jan 28, 2025
5ceaa4d
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Tom-Hallett Jan 29, 2025
2be3a2d
Merge pull request #4403 from nationalarchives/update/scala-steward-d…
Tom-Hallett Jan 29, 2025
37cc14e
Merge branch 'master' into scala-steward-dependencies
Tom-Hallett Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.client" %% "circe" % sttpVersion,
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion,
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.203",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.225",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.228",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.400",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.93",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.230",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.230",
"uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.94",
"uk.gov.nationalarchives" %% "s3-utils" % "0.1.231",
"uk.gov.nationalarchives" %% "sns-utils" % "0.1.231",
"ch.qos.logback" % "logback-classic" % "1.5.16",
ws,
"io.opentelemetry" % "opentelemetry-api" % "1.46.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.46.0",
"io.opentelemetry" % "opentelemetry-sdk" % "1.46.0",
"io.opentelemetry" % "opentelemetry-extension-aws" % "1.20.1",
"io.opentelemetry" % "opentelemetry-sdk-extension-aws" % "1.19.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.42.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.43.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray-propagator" % "1.41.0-alpha",
"com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test,
"org.mockito" % "mockito-core" % "5.15.2" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
resolvers += Resolver.jcenterRepo
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
Loading