Skip to content

Commit 6d84373

Browse files
committed
Update dependencies
1 parent c0657f6 commit 6d84373

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

dependencies/typedb/repositories.bzl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
66

77
def typedb_dependencies():
8-
git_repository(
9-
name = "typedb_dependencies",
10-
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "fac1121c903b0c9e5924d391a883e4a0749a82a2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
12-
)
8+
# TODO: Return ref after merge to master, currently points to 'raft-dependencies-addition'
9+
git_repository(
10+
name = "typedb_dependencies",
11+
remote = "https://github.com/typedb/typedb-dependencies",
12+
commit = "a7f714591ac8da4e8a281ebd1542190346a56da1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
13+
)
1314

1415
def typedb_driver():
1516
# TODO: Return typedb

0 commit comments

Comments
 (0)