Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 10, 2015
1 parent f68daaa commit 578be5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions notes/0.14.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[1]: https://code.google.com/archive/p/jarjar/

### shading

sbt-assembly 0.14.0 adds shading support backed by [jarjar][1].

assemblyShadeRules in assembly := Seq(
ShadeRule.rename("org.apache.commons.io.**" -> "shadeio.@1").inAll
)

For more details see [Shading](https://github.com/sbt/sbt-assembly#shading).

0 comments on commit 578be5c

Please sign in to comment.