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(
281
281
artifact = "com.google.guava:guava:18.0" ,
282
282
artifact_sha256 = "d664fbfc03d2e5ce9cab2a44fb01f1d0bf9dfebeccc1a473b1f9ea31f79f6f99" ,
283
283
licenses = ["notice" ], # Apache 2.0
284
- server_urls = ["http ://central .maven.org/maven2" ],
284
+ server_urls = ["https ://repo1 .maven.org/maven2" ],
285
285
)
286
286
287
287
# For our scala_image test.
288
288
http_archive (
289
289
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" ],
293
293
)
294
294
295
295
load ("@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():
87
87
name = "javax_servlet_api" ,
88
88
artifact = "javax.servlet:javax.servlet-api:3.0.1" ,
89
89
artifact_sha256 = "377d8bde87ac6bc7f83f27df8e02456d5870bb78c832dac656ceacc28b016e56" ,
90
- server_urls = ["http ://central .maven.org/maven2" ],
90
+ server_urls = ["https ://repo1 .maven.org/maven2" ],
91
91
licenses = ["notice" ], # Apache 2.0
92
92
)
93
93
You can’t perform that action at this time.
0 commit comments