Skip to content

Commit

Permalink
Merge pull request #1358 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 Oct 22, 2024
2 parents 96e7931 + d422187 commit bb9edf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import sbt._

object Dependencies {
private val githubPureConfigVersion = "0.17.7"
private val keycloakVersion = "26.0.0"
private val keycloakVersion = "26.0.1"
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.215"
private val doobieVersion = "1.0.0-RC6"
private val testContainersVersion = "0.41.4"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.216"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.217"
lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.390"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
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.2
sbt.version=1.10.3

0 comments on commit bb9edf0

Please sign in to comment.