Hello everyone | I am trying to add a new dependency for a Play application, but it cannot resolve the dependencies. I added the line:
- org.fusesource.scalate -> scalate-core 1.4.1
Now when I try to run the 'game dependencies --verbose', I get the following:
Server access Error: Network is unreachable: connect url=http:
Server access Error: Network is unreachable: connect url=http:
This is because of the corporate proxy. I cannot figure out how to configure Play (from the output, I assume that it uses Ivy to manage dependencies) to use a proxy. Still python scripts like "play install" are working fine.
Thanks
source
share