Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mslinn/sbtcookbook

Examples from Josh Suereth's SBT Cookbook
https://github.com/mslinn/sbtcookbook

Last synced: 3 months ago
JSON representation

Examples from Josh Suereth's SBT Cookbook

Awesome Lists containing this project

README

        

Examples from Josh Suereth's [SBT Cookbook](https://docs.google.com/present/view?id=dfqn4jb_115x89dq2dg&pli=1)

There's currently an issue with global plugins + source dependencies. It's classpath related.
Mark is looking into it, but we're pushing for that fix before we start really pushing source dependencies.
Here is the error:

````
[error] AttributeKey ID collisions detected for: 'defaults' (np.Defaults, np.Defaults)
[error] Use 'last' for the full log.
````

If you have installed np as a global plugin, comment it out so the build can run, at least until we get a fix in place.