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

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
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
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.

4 participants