Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scala/private/extensions/dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def dev_deps_repositories(
java_import_external(
name = "org_apache_commons_commons_lang_3_5_without_file",
generated_linkable_rule_name = "linkable_org_apache_commons_commons_lang_3_5_without_file",
jar_sha256 = "8ac96fc686512d777fca85e144f196cd7cfe0c0aec23127229497d1a38ff651c",
artifact_sha256 = "8ac96fc686512d777fca85e144f196cd7cfe0c0aec23127229497d1a38ff651c",
jar_urls = ["https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar"],
licenses = ["notice"], # Apache 2.0
neverlink = True,
Expand Down
6 changes: 3 additions & 3 deletions scala/scala_maven_import_external.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def _jvm_import_external_impl(repository_ctx):
repository_ctx.file("jar/BUILD", "\n".join([
_HEADER,
"",
"package(default_visibility = %r)" %
(repository_ctx.attr.visibility or
repository_ctx.attr.default_visibility),
"package(default_visibility = %r)" % (
repository_ctx.attr.default_visibility,
),
"",
"alias(",
" name = \"jar\",",
Expand Down