Skip to content

Commit

Permalink
Bump dependencies to my fork for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnangovindraj committed Mar 27, 2024
1 parent ce9aa58 commit 3d9832b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "7518f8adaf5714512a8af96128b15cca7dedd475", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
remote = "https://github.com/krishnangovindraj/dependencies",
commit = "8ce56244be31bdfb706c3b907456007a61a5edf9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_typeql():
Expand Down

0 comments on commit 3d9832b

Please sign in to comment.