Open redspade opened 12 years ago
Build for 0.8.1 fails behind a firewall which blocks git:// uri scheme due to dependencies on algebird & chill.
git://
algebird
chill
Changing the schemes to http:// didn't work either, since sbt 0.11.3 tries to download and extract, instead of git retrieval.
http://
Sounds like you need to change your firewall.
:)
Alternatively, you could remove these lines and instead put an explicit dependency on a published algebird/chill version.
Build for 0.8.1 fails behind a firewall which blocks
git://
uri scheme due to dependencies onalgebird
&chill
.Changing the schemes to
http://
didn't work either, since sbt 0.11.3 tries to download and extract, instead of git retrieval.