Skip to content

Commit 3d9832b

Browse files
Bump dependencies to my fork for CI
1 parent ce9aa58 commit 3d9832b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/vaticle/repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
2424
def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
27-
remote = "https://github.com/vaticle/dependencies",
28-
commit = "7518f8adaf5714512a8af96128b15cca7dedd475", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
27+
remote = "https://github.com/krishnangovindraj/dependencies",
28+
commit = "8ce56244be31bdfb706c3b907456007a61a5edf9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typeql():

0 commit comments

Comments
 (0)