Skip to content

Commit

Permalink
Merge branch 'master' into scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hallett authored Oct 14, 2024
2 parents 12a418b + 817d4e0 commit db6643d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ queue_rules:
pull_request_rules:
- name: automatic merge for Scala Steward
conditions:
- author=tna-digital-archiving-jenkins
- author=tna-da-bot
- "check-success=test"
- "check-success=security/snyk (nationalarchives)"
- or:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ThisBuild / scmInfo := Some(
)
developers := List(
Developer(
id = "tna-digital-archiving-jenkins",
id = "tna-da-bot",
name = "TNA Digital Archiving",
email = "digitalpreservation@nationalarchives.gov.uk",
email = "s-GitHubDABot@nationalarchives.gov.uk",
url = url("https://github.com/nationalarchives/tdr-generated-grapqhl")
)
)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.185-SNAPSHOT"
ThisBuild / version := "0.0.190-SNAPSHOT"

0 comments on commit db6643d

Please sign in to comment.