File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -281,15 +281,15 @@ jvm_maven_import_external(
281281 artifact = "com.google.guava:guava:18.0" ,
282282 artifact_sha256 = "d664fbfc03d2e5ce9cab2a44fb01f1d0bf9dfebeccc1a473b1f9ea31f79f6f99" ,
283283 licenses = ["notice" ], # Apache 2.0
284- server_urls = ["http ://central .maven.org/maven2" ],
284+ server_urls = ["https ://repo1 .maven.org/maven2" ],
285285)
286286
287287# For our scala_image test.
288288http_archive (
289289 name = "io_bazel_rules_scala" ,
290- sha256 = "8566ddc6899d0140a773ffd227d895bc4c79b6def606f131497f95f214df440d " ,
291- strip_prefix = "rules_scala-bd0c388125e12f4f173648fc4474f73160a5c628 " ,
292- urls = ["https://github.com/bazelbuild/rules_scala/archive/bd0c388125e12f4f173648fc4474f73160a5c628 .tar.gz" ],
290+ sha256 = "b3f980d09b8394ad513a9c126e30f54acba3164e0fd20cffbf57249dbaf8b2a0 " ,
291+ strip_prefix = "rules_scala-2ea8dbad2fee824c68d342d02e48942e2404aaa5 " ,
292+ urls = ["https://github.com/bazelbuild/rules_scala/archive/2ea8dbad2fee824c68d342d02e48942e2404aaa5 .tar.gz" ],
293293)
294294
295295load ("@io_bazel_rules_scala//scala:scala.bzl" , "scala_repositories" )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def repositories():
8787 name = "javax_servlet_api" ,
8888 artifact = "javax.servlet:javax.servlet-api:3.0.1" ,
8989 artifact_sha256 = "377d8bde87ac6bc7f83f27df8e02456d5870bb78c832dac656ceacc28b016e56" ,
90- server_urls = ["http ://central .maven.org/maven2" ],
90+ server_urls = ["https ://repo1 .maven.org/maven2" ],
9191 licenses = ["notice" ], # Apache 2.0
9292 )
9393
You can’t perform that action at this time.
0 commit comments