Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 26, 2015
1 parent b6ccd3b commit b7c70f7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jdk:
- openjdk7

env:
# This splits the build into two parts
matrix:
- TEST_COMMAND="scripted sbt-assembly/*"
- TEST_COMMAND="scripted merging/* caching/*"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Setup
For sbt 0.13.6+ add sbt-assembly as a dependency in `project/assembly.sbt`:

```scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
```

For older sbt 0.13.x, see [sbt-assembly 0.11.2](https://github.com/sbt/sbt-assembly/tree/0.11.2).
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val commonSettings: Seq[Setting[_]] = Seq(
version in ThisBuild := "0.12.1-SNAPSHOT",
version in ThisBuild := "0.13.0",
organization in ThisBuild := "com.eed3si9n"
)

Expand Down
14 changes: 14 additions & 0 deletions notes/0.13.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[144]: https://github.com/sbt/sbt-assembly/pull/144
[145]: https://github.com/sbt/sbt-assembly/pull/145
[@jeffreyolchovy][@jeffreyolchovy]: https://github.com/jeffreyolchovy
[@catap]: https://github.com/catap

### Accumulate errors during merge

sbt-assembly 0.13.0 now accumulates merge conflict errors and displays them all.

[#144][144] by [@jeffreyolchovy][@jeffreyolchovy].

### Improvements

- `META-INF/mailcap`, `META-INF/mimetypes.default`, and `META-INF/maven/` are discarded by default. [#145][145] by [@catap][@catap]

0 comments on commit b7c70f7

Please sign in to comment.