Skip to content

Commit

Permalink
merged dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-ubskii committed Nov 3, 2023
1 parent edacb9f commit 616bec2
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/dmitrii-ubskii/vaticle-dependencies",
commit = "d9a9b9845f17769b1d65ac04e3fca3be93d0d086", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
remote = "https://github.com/vaticle/dependencies",
commit = "d75f30de7902892b1d45015aefd20f06048b0458", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_typedb_common():
Expand Down

0 comments on commit 616bec2

Please sign in to comment.