Skip to content

Commit

Permalink
Merge pull request #403 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Apr 23, 2024
2 parents 9585e40 + 744a638 commit b462cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ 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.144"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.367"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.161"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.374"
lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.3"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
lazy val logstashLogbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.30"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.31"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
lazy val droidApi = "uk.gov.nationalarchives" % "droid-api" % "6.7.0"
lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0"
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.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

0 comments on commit b462cb2

Please sign in to comment.