Skip to content

Commit

Permalink
Ignore scrooge updates past 21.8.0
Browse files Browse the repository at this point in the history
We use some thrift reserved words in our thrift definitions, and as of
[scrooge version
21.9.0](https://github.com/twitter/scrooge/releases/tag/scrooge-21.9.0),
scrooge throws errors when it encounters these reserved words.

Until we’ve worked out how to get around this problem, this commit
configures Scala Steward not to update scrooge past the version we’re
currently on (21.8.0).

For more information, see:

- guardian/content-api#2903
- guardian/content-api-models#231
  • Loading branch information
emdash-ie committed Oct 21, 2024
1 parent efc6845 commit aeff244
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
updates.ignore = [
{ groupId = "com.twitter", artifactId = "scrooge-core" },
{ groupId = "com.twitter", artifactId = "scrooge-sbt-plugin" }
]

0 comments on commit aeff244

Please sign in to comment.