diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 31282060..b9410fd8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,12 +5,12 @@ object Dependencies { private val keycloakVersion = "26.0.7" private val log4CatsVersion = "2.7.0" private val mockitoScalaVersion = "1.17.37" - private val monovoreDeclineVersion = "2.4.1" - private val awsUtilsVersion = "0.1.227" + private val monovoreDeclineVersion = "2.5.0" + private val awsUtilsVersion = "0.1.229" private val doobieVersion = "1.0.0-RC6" private val testContainersVersion = "0.41.5" - lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.223" + lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.224" lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27" lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.400" lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion @@ -24,7 +24,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.199" + lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.201" 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 diff --git a/project/build.properties b/project/build.properties index e88a0d81..73df629a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 69551e50..62e15c3c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0" addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")