File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# FOSSA CLI Changelog
2+ ## 3.15.1
3+ - A small tweak in format for ` --x-vendetta ` ([ #1624 ] ( https://github.com/fossas/fossa-cli/pull/1624 ) )
4+
25## 3.15.0
36- Make snippet scanning non-experimental. This PR deprecates ` fossa analyze --x-snippet-scan ` . Please use ` fossa analyze --snippet-scan ` instead. ([ #1622 ] ( https://github.com/fossas/fossa-cli/pull/1622 ) )
47
Original file line number Diff line number Diff line change @@ -223,10 +223,11 @@ vendoredDepsToSourceUnit deps =
223223 , sourceDepData =
224224 Aeson. object
225225 [ " vendored"
226- Aeson. .= Aeson. object
227- [ " type" Aeson. .= (" directory" :: Text )
228- , " path" Aeson. .= ficusVendoredDependencyPath dep
229- ]
226+ Aeson. .= [ Aeson. object
227+ [ " type" Aeson. .= (" directory" :: Text )
228+ , " path" Aeson. .= ficusVendoredDependencyPath dep
229+ ]
230+ ]
230231 ]
231232 }
232233
You can’t perform that action at this time.
0 commit comments