Skip to content

Commit

Permalink
Merge pull request #455 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 Jul 23, 2024
2 parents 2a10588 + c3b05e9 commit 49742bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
import sbt._

object Dependencies {
private val circeVersion = "0.14.8"
private val circeVersion = "0.14.9"

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val typesafe = "com.typesafe" % "config" % "1.4.3"
lazy val s3Sdk = "software.amazon.awssdk" % "s3" % "2.18.24"
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.191"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.377"
lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.196"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.380"
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.6"
lazy val logstashLogbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.37"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
lazy val droidApi = "uk.gov.nationalarchives" % "droid-api" % "6.8.0"
lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0"
lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.15.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.
lazy val javaxXml = "org.glassfish.jaxb" % "jaxb-runtime" % "2.3.7"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 49742bb

Please sign in to comment.