Skip to content

Commit ff81e8e

Browse files
Bump dependencies to my fork for CI
1 parent 9555b50 commit ff81e8e

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
@@ -20,8 +20,8 @@ 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 = "d2186ab6b104d9a85276c672762bfc0143fb7253", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
23+
remote = "https://github.com/krishnangovindraj/dependencies",
24+
commit = "8ce56244be31bdfb706c3b907456007a61a5edf9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)
2626

2727
def vaticle_typeql():

0 commit comments

Comments
 (0)