Skip to content

Commit 7d6ac2f

Browse files
Update bazel-distribution to support release candidates (#499)
## What is the goal of this PR? Update bazel-distribution with rules that support for release candidate versioning. ## What are the changes implemented in this PR? - Update bazel-distribution
1 parent 3bd3fbc commit 7d6ac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_bazel_distribution():
2121
git_repository(
2222
name = "vaticle_bazel_distribution",
2323
remote = "https://github.com/vaticle/bazel-distribution",
24-
commit = "4a01d09ef542a423ced909db9a61291dc0a6acc5" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
24+
commit = "ad6cc1923d8dcd3b822b607a5f78cacb9ec1a108" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
2525
)

0 commit comments

Comments
 (0)