Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Sep 14, 2023
2 parents 7b0fc46 + 661d71e commit 01eb209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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.101"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.344"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.102"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.345"
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.4.11"
lazy val logstashLogbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.22"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
lazy val droidApi = "uk.gov.nationalarchives" % "droid-api" % "6.7.0-RC5"
lazy val droidApi = "uk.gov.nationalarchives" % "droid-api" % "6.7.0"
lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.13.0"
// This is an older version of this dependency but the newer version won't work with Droid without some major changes.
// Scala Steward configured to ignore it.
Expand Down

0 comments on commit 01eb209

Please sign in to comment.