Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 16, 2017
1 parent 431b871 commit 469cc64
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6
19 changes: 19 additions & 0 deletions notes/0.14.4.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

## shading fix

- Fixes shading not inserting unmanaged dependencies appropriately in the jar. [#233][233] by [@damdev][@damdev]
- Fixes "VerifyError: Inconsistent stackmap frames" issue by updating library dependency Jar Jar Links 1.6.3 and asm 5.2. See also [#317586][317586]. [#237][237] by [@pomadchin][@pomadchin]

## minor enhancements and bug fixes

- Change prependShellScript to always use line feed. [#210][210] by [@naegelejd][@naegelejd]
- Scalactic is bumped to 3.0.1. [#237][237] by [@pomadchin][@pomadchin]

[210]: https://github.com/sbt/sbt-assembly/pull/210
[233]: https://github.com/sbt/sbt-assembly/pull/233
[237]: https://github.com/sbt/sbt-assembly/pull/237
[317586]: http://forge.ow2.org/tracker/?group_id=23&atid=100023&func=detail&aid=317586
[@naegelejd]: https://github.com/naegelejd
[@fommil]: https://github.com/fommil
[@damdev]: https://github.com/damdev
[@pomadchin]: https://github.com/pomadchin

0 comments on commit 469cc64

Please sign in to comment.