sugar-framework / sugar

Modular web framework for Elixir
https://sugar-framework.github.io/
MIT License
430 stars 29 forks source link

Cannot compile with newest source #53

Closed sclearion closed 9 years ago

sclearion commented 9 years ago

Have a fresh install of elixir but getting this error on compile: the dependency excoveralls requires Elixir "~> 0.13.1" but you are running on v1.0.2

how can I work around this or should I just wait for a fix

vjustov commented 9 years ago

If you point your dependency to the github repo instead of the hex package it should work.

slogsdon commented 9 years ago

what @vjustov said. I haven't had a chance to push a new version to hex yet, but will probably do that once we get #49 merged into master.

sclearion commented 9 years ago

ok thank you. ill try that

slogsdon commented 9 years ago

@sclearion Be sure to report back if you're still having issues.