Skip to content

Commit 3871e90

Browse files
committed
Merge pull request #1 from bazelbuild/fix_typelevel_https
Change the scala compiler download to https
2 parents 34977c3 + e2bf085 commit 3871e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/scala.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def scala_repositories():
320320
name = "scala",
321321
strip_prefix = "scala-2.11.7",
322322
sha256 = "ffe4196f13ee98a66cf54baffb0940d29432b2bd820bd0781a8316eec22926d0",
323-
url = "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz",
323+
url = "https://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz",
324324
build_file_content = SCALA_BUILD_FILE,
325325
)
326326
native.http_file(

0 commit comments

Comments
 (0)