We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34977c3 + e2bf085 commit 3871e90Copy full SHA for 3871e90
scala/scala.bzl
@@ -320,7 +320,7 @@ def scala_repositories():
320
name = "scala",
321
strip_prefix = "scala-2.11.7",
322
sha256 = "ffe4196f13ee98a66cf54baffb0940d29432b2bd820bd0781a8316eec22926d0",
323
- 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",
324
build_file_content = SCALA_BUILD_FILE,
325
)
326
native.http_file(
0 commit comments