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 #139

Merged
merged 17 commits into from
Jan 31, 2025
Merged
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
995da69
Update scalafmt-core to 3.8.5 in scala-steward-dependencies
tna-da-bot Jan 19, 2025
6aae543
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Tom-Hallett Jan 22, 2025
e2288b2
Merge pull request #133 from nationalarchives/update/scala-steward-de…
Tom-Hallett Jan 22, 2025
8d645b0
Update scalafmt-core to 3.8.6 in scala-steward-dependencies
tna-da-bot Jan 25, 2025
6dede13
Update tdr-auth-utils to 0.0.226 in scala-steward-dependencies
tna-da-bot Jan 25, 2025
835e6e8
Update tdr-graphql-client to 0.0.204 in scala-steward-dependencies
tna-da-bot Jan 25, 2025
cfe927a
Merge pull request #137 from nationalarchives/update/scala-steward-de…
mergify[bot] Jan 25, 2025
8554143
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Jan 25, 2025
39e2fa7
Merge pull request #138 from nationalarchives/update/scala-steward-de…
mergify[bot] Jan 25, 2025
810e726
Update da-metadata-schema_3 to 0.0.44 in scala-steward-dependencies
tna-da-bot Jan 28, 2025
5762e77
Update tdr-auth-utils to 0.0.228 in scala-steward-dependencies
tna-da-bot Jan 28, 2025
f1a1291
Merge pull request #140 from nationalarchives/update/scala-steward-de…
mergify[bot] Jan 28, 2025
7aa1d77
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
mergify[bot] Jan 28, 2025
a0810eb
Merge pull request #141 from nationalarchives/update/scala-steward-de…
mergify[bot] Jan 28, 2025
09dd8bf
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
TomJKing Jan 31, 2025
dfe1dd2
Merge pull request #136 from nationalarchives/update/scala-steward-de…
TomJKing Jan 31, 2025
ef48606
Merge branch 'main' into scala-steward-dependencies
TomJKing Jan 31, 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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
private val pureConfigVersion = "0.17.8"
private val tapirVersion = "1.11.13"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.225"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.226"

lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"

Expand Down
Loading