You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,23 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="3a58ebd1f1e249b21b8d8bd07c7415d127aa9dc1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
29
29
)
30
30
31
31
defvaticle_typeql():
32
32
git_repository(
33
33
name="vaticle_typeql",
34
34
remote="https://github.com/vaticle/typeql",
35
-
commit="df4b0f9caead77bbada2c85c26c5fcf9c252ff5f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35
+
tag="2.1.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
commit="4fefa33e12fd0bf3c27ecd98d6323ed3d7ddeacc"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42
+
tag="2.1.0"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
0 commit comments