Skip to content

Commit

Permalink
Make suffixed scala version config setting publicly visible (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmate-ct authored Jul 30, 2024
1 parent 97fced1 commit 6c6ba4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scala_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def _config_setting(scala_version):
return """config_setting(
name = "scala_version{version_suffix}",
flag_values = {{":scala_version": "{version}"}},
visibility = ["//visibility:public"],
)
""".format(version_suffix = version_suffix(scala_version), version = scala_version)

Expand Down

0 comments on commit 6c6ba4e

Please sign in to comment.