Skip to content

Commit 430099a

Browse files
Bump dependencies to obtain fixed deployment rules
1 parent 22c0704 commit 430099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
2020
def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
23-
remote = "https://github.com/vaticle/dependencies",
24-
commit = "d2237f120cb2a12dc96875893ea8e56cdd55ae77", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
23+
remote = "https://github.com/flyingsilverfin/dependencies",
24+
commit = "502440626c5cea9d98b7416a99599834f75c2fb8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)