Skip to content

Commit ac4d4c1

Browse files
committed
Update dependencies
1 parent 705b78e commit ac4d4c1

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 = "19a70bcad19b9a28814016f183ac3e3a23c1ff0d", # 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 = "19a70bcad19b9a28814016f183ac3e3a23c1ff0d", # 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)