Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
-nameHasing
and add -no-name-hashing
option.
Since sbt 0.13.6 the name hashing is enabled by default. This made the option `-nameHasing` obsolete because it would enable what's already enabled. What's worse, that option doesn't let user flip the default by disabling name hashing algorithm. Hence we introduce `-no-name-hashing` option that does exactly that.
- Loading branch information