Skip to content

Commit

Permalink
Merge pull request #427 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 Jun 3, 2024
2 parents 58a0664 + 159bc01 commit 3fd7adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.175"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.376"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.181"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.377"
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.6"
Expand Down

0 comments on commit 3fd7adc

Please sign in to comment.