Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 19, 2014
1 parent ff0861d commit 83af3b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Migration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[pbp]: http://www.scala-sbt.org/0.13/docs/Plugins-Best-Practices.html
[1]: https://github.com/sbt/sbt-assembly/blob/0.12.0/src/main/scala/sbtassembly/AssemblyKeys.scala

Upgrading from 0.11.x to 0.12.0
-------------------------------
Expand All @@ -7,10 +8,10 @@ Upgrading from 0.11.x to 0.12.0

Auto plugins are available only for sbt 0.13.5 and above.

### Key name has changed
### Some key names have changed

In accordance to revised [plugin best practice][pbp] guide, all keys introduced by sbt-assembly are now prefixed with "assembly" or "assemble."
So, for example `jarName` becomes `assemblyJarName`, and `mergeStrategy` becomes `assemblyMergeStrategy`. For easier migration, the older key names are deprecated but still kept in the plugin for 0.12.0.
So, for example `jarName` becomes `assemblyJarName`, and `mergeStrategy` becomes `assemblyMergeStrategy`. For easier migration, the older key names are deprecated but still kept in the plugin for 0.12.0. See [AssemblyKeys.scala][1]

### Upgrading with multi-project build.sbt

Expand Down
2 changes: 1 addition & 1 deletion notes/0.12.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### auto plugin

Starting sbt-assembly 0.12.0, it becomes an auto plugin that requires sbt 0.13.5 or above.
sbt-assembly 0.12.0 became an auto plugin that requires sbt 0.13.5+.
See [migration guide](https://github.com/sbt/sbt-assembly/blob/master/Migration.md) for details.

### enhancements and bug fixes
Expand Down

0 comments on commit 83af3b5

Please sign in to comment.