Skip to content

Commit a9d1037

Browse files
Point dependencies to merged vaticle/dependencies commit
1 parent ff81e8e commit a9d1037

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