Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Steward Updates #1471

Merged
merged 19 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
09de4b7
Update tdr-graphql-client to 0.0.206 in scala-steward-dependencies
tna-da-bot Feb 4, 2025
150ffdf
Merge pull request #1463 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 4, 2025
870c02b
Update sbt-native-packager to 1.11.1 in scala-steward-dependencies
tna-da-bot Feb 7, 2025
e5d0e8a
Update keycloak-core to 26.1.1 in scala-steward-dependencies
tna-da-bot Feb 7, 2025
6a081ff
Update tdr-generated-graphql to 0.0.401 in scala-steward-dependencies
tna-da-bot Feb 7, 2025
8d251fe
Update tdr-graphql-client to 0.0.207 in scala-steward-dependencies
tna-da-bot Feb 7, 2025
bac7635
Merge pull request #1467 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 7, 2025
129dad7
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Feb 7, 2025
16413b5
Merge pull request #1465 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 7, 2025
61481dd
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Feb 7, 2025
ea77c69
Merge pull request #1464 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 7, 2025
0a80726
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Feb 7, 2025
674ee8c
Merge pull request #1466 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 7, 2025
165dc99
Update doobie-core, doobie-postgres to 1.0.0-RC7 in scala-steward-dep…
tna-da-bot Feb 10, 2025
94c8937
Update tdr-auth-utils to 0.0.229 in scala-steward-dependencies
tna-da-bot Feb 10, 2025
815e3a5
Merge pull request #1469 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 10, 2025
33d582d
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Feb 10, 2025
e5c27e5
Merge pull request #1468 from nationalarchives/update/scala-steward-d…
mergify[bot] Feb 10, 2025
bc6159f
Merge branch 'master' into scala-steward-dependencies
tna-da-bot Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import sbt._

object Dependencies {
private val githubPureConfigVersion = "0.17.8"
private val keycloakVersion = "26.1.0"
private val keycloakVersion = "26.1.1"
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.5.0"
private val awsUtilsVersion = "0.1.231"
private val doobieVersion = "1.0.0-RC6"
private val doobieVersion = "1.0.0-RC7"
private val testContainersVersion = "0.41.8"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.228"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.229"
lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.400"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.401"
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
Expand All @@ -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.5"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.205"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.207"
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/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0"
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
Expand Down
Loading