Skip to content

Commit

Permalink
Merge pull request #1 from bazelbuild/fix_typelevel_https
Browse files Browse the repository at this point in the history
Change the scala compiler download to https
  • Loading branch information
johnynek committed Feb 24, 2016
2 parents 34977c3 + e2bf085 commit 3871e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def scala_repositories():
name = "scala",
strip_prefix = "scala-2.11.7",
sha256 = "ffe4196f13ee98a66cf54baffb0940d29432b2bd820bd0781a8316eec22926d0",
url = "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz",
url = "https://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz",
build_file_content = SCALA_BUILD_FILE,
)
native.http_file(
Expand Down

0 comments on commit 3871e90

Please sign in to comment.