File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- // https://github.com/twitter/scrooge.git#release
1
+ // https://github.com/twitter/scrooge.git#a2d37fa2941b58e9a40a6ab476ba7c0aba41f78c # was release
2
2
3
3
// there's also a "develop" branch, but I've found it to be prone
4
4
// to have SNAPSHOT dependencies we can't resolve
5
5
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
+
6
11
vars.proj.scrooge: ${vars.base} {
7
12
name: "scrooge"
8
- uri: "https://github.com/twitter/scrooge.git#4624c70460895ad897185eb07aafd0e4bcc7b315 "
13
+ uri: "https://github.com/twitter/scrooge.git#a2d37fa2941b58e9a40a6ab476ba7c0aba41f78c "
9
14
10
15
extra.projects: ["scrooge-core"]
11
16
extra.commands: ${vars.default-commands} [
You can’t perform that action at this time.
0 commit comments