Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Use https instead of http in urls #776

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

alanbato
Copy link

@alanbato alanbato commented Jun 6, 2019

This PR changes every instance of an http url to its https version for security reasons.

@@ -1,4 +1,4 @@
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original link broken

sbt
@@ -80,7 +80,7 @@ make_url () {
version="$1"

case "$version" in
0.7.*) echo "http://simple-build-tool.googlecode.com/files/sbt-launch-0.7.7.jar" ;;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original link broken

sbt
@@ -115,7 +115,7 @@ declare -r script_name="${script_path##*/}"
declare java_cmd="java"
declare sbt_opts_file="$(init_default_option_file SBT_OPTS .sbtopts)"
declare jvm_opts_file="$(init_default_option_file JVM_OPTS .jvmopts)"
declare sbt_launch_repo="http://repo.typesafe.com/typesafe/ivy-releases"
declare sbt_launch_repo="https://repo.typesafe.com/typesafe/ivy-releases"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link resolved

@CLAassistant
Copy link

CLAassistant commented Nov 16, 2019

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants