Skip to content

Commit

Permalink
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/wiremock-3.9.2
  • Loading branch information
thanhz authored Nov 26, 2024
2 parents b89613d + 1009eb5 commit caa7217
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
import sbt._

object Dependencies {
private val githubPureConfigVersion = "0.17.7"
private val keycloakVersion = "26.0.1"
private val githubPureConfigVersion = "0.17.8"
private val keycloakVersion = "26.0.3"
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 awsUtilsVersion = "0.1.221"
private val doobieVersion = "1.0.0-RC6"
private val testContainersVersion = "0.41.4"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.217"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.220"
lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.390"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.391"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
lazy val stepFunctionUtils = "uk.gov.nationalarchives" %% "stepfunction-utils" % awsUtilsVersion
lazy val snsUtils = "uk.gov.nationalarchives" %% "sns-utils" % awsUtilsVersion
lazy val bagit = "gov.loc" % "bagit" % "5.2.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.5"
lazy val decline = "com.monovore" %% "decline" % monovoreDeclineVersion
lazy val declineEffect = "com.monovore" %% "decline-effect" % monovoreDeclineVersion
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.190"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.194"
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
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.3
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
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")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.447-SNAPSHOT"
ThisBuild / version := "0.0.450-SNAPSHOT"

0 comments on commit caa7217

Please sign in to comment.