Use https repo

This commit is contained in:
Alexandre Archambault 2017-04-02 22:36:38 +02:00
parent 3b717f8be0
commit 3afc3433ba
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ integrationTestsRequirements() {
# Required for HTTP authentication tests
coursier launch \
io.get-coursier:http-server-java7_2.11:1.0.0-SNAPSHOT \
-r http://dl.bintray.com/scalaz/releases \
-r https://dl.bintray.com/scalaz/releases \
-- \
-d tests/jvm/src/test/resources/test-repo/http/abc.com \
-u user -P pass -r realm \

View File

@ -23,7 +23,7 @@ object HttpAuthenticationTests extends TestSuite {
s"basic authentication with user '$user' and password '$password', serving the right " +
"files.\n" + Console.RESET +
"Run one from the coursier sources with\n" +
" ./coursier launch -r http://dl.bintray.com/scalaz/releases " +
" ./coursier launch -r https://dl.bintray.com/scalaz/releases " +
"io.get-coursier:simple-web-server_2.11:1.0.0-M12 -- " +
"-d tests/jvm/src/test/resources/test-repo/http/abc.com -u user -P pass -r realm -v"
)