Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit 73ab5e4

Browse files
author
Ganeshwara Hananda
committed
Update all dependencies
1 parent 0e396c2 commit 73ab5e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,24 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "b8d5d98ea4c86d4e9555cdf18ca1572870302f3a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "ca41a24880f0597b314beb2233518004e0467a62", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typeql():
3232
git_repository(
3333
name = "vaticle_typeql",
3434
remote = "https://github.com/vaticle/typeql",
35-
commit = "a5b6749229dbcb3442f5c845184450dc063bea16", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35+
commit = "cd6558d11213a08f0079443ef586edbbfde929e2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
3636
)
3737

3838
def vaticle_typedb_common():
3939
git_repository(
4040
name = "vaticle_typedb_common",
4141
remote = "https://github.com/vaticle/typedb-common",
42-
commit = "96223447a3d23d28ed8e43123ac96ce1186a25fe" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42+
commit = "4fefa33e12fd0bf3c27ecd98d6323ed3d7ddeacc" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
4343
)
4444

45+
4546
def vaticle_typedb_behaviour():
4647
git_repository(
4748
name = "vaticle_typedb_behaviour",

0 commit comments

Comments
 (0)