Skip to content

Commit

Permalink
Merge pull request #1161 from nationalarchives/scala-steward-dependen…
Browse files Browse the repository at this point in the history
…cies

Scala Steward Updates
  • Loading branch information
mergify[bot] authored May 15, 2024
2 parents 86615a5 + db4080f commit c93b0ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ import sbt._

object Dependencies {
private val githubPureConfigVersion = "0.17.6"
private val keycloakVersion = "24.0.3"
private val keycloakVersion = "24.0.4"
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.31"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.169"
private val awsUtilsVersion = "0.1.172"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.197"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.375"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.198"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.376"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
lazy val stepFunctionUtils = "uk.gov.nationalarchives" %% "stepfunction-utils" % awsUtilsVersion
lazy val bagit = "gov.loc" % "bagit" % "5.2.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val decline = "com.monovore" %% "decline" % monovoreDeclineVersion
lazy val declineEffect = "com.monovore" %% "decline-effect" % monovoreDeclineVersion
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.157"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.159"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % log4CatsVersion
Expand Down

0 comments on commit c93b0ad

Please sign in to comment.