Skip to content

Commit

Permalink
Merge pull request #1327 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 Sep 30, 2024
2 parents 10e5088 + 42039cc commit 3e5623c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import ReleaseTransformations._
import java.io.FileWriter

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / organization := "uk.gov.nationalarchives"
ThisBuild / organizationName := "The National Archives"

Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ object Dependencies {
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.207"
private val awsUtilsVersion = "0.1.208"
private val doobieVersion = "1.0.0-RC6"
private val testContainersVersion = "0.41.4"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.213"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.214"
lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.387"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
Expand All @@ -23,7 +23,7 @@ object Dependencies {
lazy val doobie = "org.tpolecat" %% "doobie-core" % doobieVersion
lazy val doobiePostgres = "org.tpolecat" %% "doobie-postgres" % doobieVersion
lazy val postgres = "org.postgresql" % "postgresql" % "42.7.4"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.181"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.183"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
lazy val log4cats = "org.typelevel" %% "log4cats-core" % log4CatsVersion
Expand Down

0 comments on commit 3e5623c

Please sign in to comment.