Skip to content

Commit

Permalink
Fix maven server urls (bazelbuild#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkaehw authored and Andre Rocha committed Jul 6, 2020
1 parent 8b4a85a commit 0b3cea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scala_proto/scala_proto.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load(
"//scala:scala_cross_version.bzl",
_default_maven_server_urls = "default_maven_server_urls",
_default_scala_version = "default_scala_version",
)
load(
Expand Down Expand Up @@ -29,7 +30,7 @@ def register_default_proto_dependencies():

def scala_proto_repositories(
scala_version = _default_scala_version(),
maven_servers = ["https://repo.maven.apache.org/maven2"]):
maven_servers = _default_maven_server_urls()):
ret = scala_proto_default_repositories(scala_version, maven_servers)
register_default_proto_dependencies()
return ret
Expand Down

0 comments on commit 0b3cea9

Please sign in to comment.