Skip to content

Commit 3311b0b

Browse files
committed
fix scrooge
1 parent cc20a17 commit 3311b0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

proj/scrooge.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
// https://github.com/twitter/scrooge.git#release
1+
// https://github.com/twitter/scrooge.git#a2d37fa2941b58e9a40a6ab476ba7c0aba41f78c # was release
22

33
// there's also a "develop" branch, but I've found it to be prone
44
// to have SNAPSHOT dependencies we can't resolve
55

6+
// frozen June 2024 because:
7+
// [scrooge] [error] sbt.librarymanagement.ResolveException: Error downloading com.twitter:util-validator-constraints_2.13:24.5.0
8+
// in the past such errors have sometimes resolved themselves
9+
// later, so we might try unfreezing in a few months
10+
611
vars.proj.scrooge: ${vars.base} {
712
name: "scrooge"
8-
uri: "https://github.com/twitter/scrooge.git#4624c70460895ad897185eb07aafd0e4bcc7b315"
13+
uri: "https://github.com/twitter/scrooge.git#a2d37fa2941b58e9a40a6ab476ba7c0aba41f78c"
914

1015
extra.projects: ["scrooge-core"]
1116
extra.commands: ${vars.default-commands} [

0 commit comments

Comments
 (0)