Skip to content

Commit

Permalink
Merge pull request #518 from sbt/SethTisue-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Jan 31, 2024
2 parents 64dedc8 + c386739 commit f0014e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ThisBuild / assemblyMergeStrategy := {
The `CustomMergeStrategy` accepts a `name` and a `notifyIfGTE` that affects how the result is reported in the logs.
Please see the scaladoc for more details.

Finally, to perform the actual merge/transformation logic, a function has to be provided. The function acceptsa `Vector` of `Dependency`, where you can access the `target` of type `String` and the byte payload of type `LazyInputStream`, which is just a type alias for `() => InputStream`.
Finally, to perform the actual merge/transformation logic, a function has to be provided. The function accepts a `Vector` of `Dependency`, where you can access the `target` of type `String` and the byte payload of type `LazyInputStream`, which is just a type alias for `() => InputStream`.

The input `Dependency` also has two subtypes that you can pattern match on:
- `Project` represents an internal/project dependency
Expand Down

0 comments on commit f0014e7

Please sign in to comment.