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 #503

Merged
merged 24 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b284994
Update s3-utils to 0.1.211 in scala-steward-dependencies
tna-digital-archiving-jenkins Oct 1, 2024
22d52af
Merge pull request #495 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 1, 2024
d0cd3dc
Update sbt-assembly to 2.3.0 in scala-steward-dependencies
tna-digital-archiving-jenkins Oct 7, 2024
cf01c34
Merge pull request #497 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 7, 2024
175bb9c
Update logback-classic to 1.5.9 in scala-steward-dependencies
tna-da-bot Oct 10, 2024
6c9f9e5
Update tdr-generated-graphql to 0.0.388 in scala-steward-dependencies
tna-da-bot Oct 10, 2024
c7cd214
Merge pull request #498 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 10, 2024
226dec8
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Oct 10, 2024
d2c98ce
Merge pull request #499 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 10, 2024
8161eea
Update logback-classic to 1.5.10 in scala-steward-dependencies
tna-da-bot Oct 13, 2024
7e0af37
Update tdr-generated-graphql to 0.0.389 in scala-steward-dependencies
tna-da-bot Oct 13, 2024
a266ac9
Merge pull request #500 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 13, 2024
5c2534b
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Oct 13, 2024
c653bbd
Merge pull request #502 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 13, 2024
3c2ac8d
Update logback-classic to 1.5.11 in scala-steward-dependencies
tna-da-bot Oct 16, 2024
ba4e92c
Update s3-utils to 0.1.215 in scala-steward-dependencies
tna-da-bot Oct 16, 2024
233c3a4
Merge pull request #504 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 16, 2024
54dece1
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Oct 16, 2024
3c1730e
Merge pull request #505 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 16, 2024
21eede2
Update tdr-generated-graphql to 0.0.390 in scala-steward-dependencies
tna-da-bot Oct 19, 2024
547b087
Merge pull request #506 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 19, 2024
866966a
Update sbt to 1.10.3 in scala-steward-dependencies
tna-da-bot Oct 22, 2024
e146beb
Merge pull request #507 from nationalarchives/update/scala-steward-de…
mergify[bot] Oct 22, 2024
12e4265
Merge branch 'master' into scala-steward-dependencies
Tom-Hallett Oct 22, 2024
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
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ object Dependencies {
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.208"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.387"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.211"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.389"
lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.11"
lazy val logstashLogbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "8.0"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.37"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
Loading