Skip to content

Commit

Permalink
fix typo ijn readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Jan 31, 2024
1 parent 64dedc8 commit c386739
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 c386739

Please sign in to comment.