Skip to content

Commit

Permalink
Merge pull request #312 from nationalarchives/update/s3-utils-0.1.107
Browse files Browse the repository at this point in the history
Update s3-utils to 0.1.107
  • Loading branch information
TomJKing authored Oct 20, 2023
2 parents 76b05fe + 1a834ee commit 47393fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.106"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.107"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.350"
lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down

0 comments on commit 47393fb

Please sign in to comment.