File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- // https://github.com/blemale/scaffeine.git#main
1
+ // https://github.com/blemale/scaffeine.git#d3c2cf0b32a266730823e974848e15304811336d # was main
2
+
3
+ // frozen at a known-green SHA before a JGit upgrade in the build to a version
4
+ // that requires JDK 11, preventing the build from even extracting on JDK 8
5
+
6
+ // we could probably fork to remove the offending plugin, but it seems acceptable
7
+ // to just freeze instead
2
8
3
9
vars.proj.scaffeine: ${vars.base} {
4
10
name: "scaffeine"
5
- uri: "https://github.com/blemale/scaffeine.git#3d304ca03e6c718f2e938eefb098f592c5337996 "
11
+ uri: "https://github.com/blemale/scaffeine.git#d3c2cf0b32a266730823e974848e15304811336d "
6
12
7
13
extra.settings: ${vars.base.extra.settings} [
8
14
// resolve version conflict (from sbt-scoverage, probably?)
You can’t perform that action at this time.
0 commit comments