Skip to content

Commit

Permalink
Update http://mirror.bazel.build references to https.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoren authored and ittaiz committed Oct 23, 2017
1 parent fda0f4b commit af6db2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1023,13 +1023,13 @@ def scala_repositories():
# scalatest has macros, note http_jar is invoking ijar
native.http_jar(
name = "scalatest",
url = "http://mirror.bazel.build/oss.sonatype.org/content/groups/public/org/scalatest/scalatest_2.11/2.2.6/scalatest_2.11-2.2.6.jar",
url = "https://mirror.bazel.build/oss.sonatype.org/content/groups/public/org/scalatest/scalatest_2.11/2.2.6/scalatest_2.11-2.2.6.jar",
sha256 = "f198967436a5e7a69cfd182902adcfbcb9f2e41b349e1a5c8881a2407f615962",
)

native.maven_server(
name = "scalac_deps_maven_server",
url = "http://mirror.bazel.build/repo1.maven.org/maven2/",
url = "https://mirror.bazel.build/repo1.maven.org/maven2/",
)

native.maven_jar(
Expand Down

0 comments on commit af6db2d

Please sign in to comment.