Skip to content

Commit

Permalink
Fix sbt download repo
Browse files Browse the repository at this point in the history
The previous site is 404-ing.
  • Loading branch information
Patrick Lucas committed Jul 29, 2015
1 parent 41cf533 commit 38ef80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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://typesafe.artifactoryonline.com/typesafe/ivy-releases"
declare sbt_launch_repo="http://repo.typesafe.com/typesafe/ivy-releases"

# pull -J and -D options to give to java.
declare -a residual_args
Expand Down

0 comments on commit 38ef80d

Please sign in to comment.