Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mslinn/sbtcookbook
- Owner: mslinn
- Created: 2012-01-16T17:42:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-23T06:07:53.000Z (almost 13 years ago)
- Last Synced: 2023-04-12T22:41:40.147Z (over 1 year ago)
- Language: Scala
- Homepage: https://docs.google.com/present/view?id=dfqn4jb_115x89dq2dg&pli=1
- Size: 97.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.