|
21 | 21 |
|
22 | 22 | load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") |
23 | 23 |
|
24 | | -def vaticle_typeql_lang_java(): |
| 24 | +def vaticle_typeql(): |
25 | 25 | git_repository( |
26 | | - name = "vaticle_typeql_lang_java", |
27 | | - remote = "https://github.com/vaticle/typeql-lang-java", |
28 | | - tag = "2.11.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java |
| 26 | + name = "vaticle_typeql", |
| 27 | + remote = "https://github.com/vaticle/typeql", |
| 28 | + commit = "6ab52082a5617e897bab9866ff18343648e355eb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql |
29 | 29 | ) |
30 | 30 |
|
31 | 31 | def vaticle_typedb_common(): |
32 | 32 | git_repository( |
33 | 33 | name = "vaticle_typedb_common", |
34 | 34 | remote = "https://github.com/vaticle/typedb-common", |
35 | | - tag = "2.11.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common |
| 35 | + commit = "f0dd708adaea9fe1fdc3699180797a12166d33e8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common |
| 36 | + |
36 | 37 | ) |
37 | 38 |
|
38 | 39 | def vaticle_dependencies(): |
39 | 40 | git_repository( |
40 | 41 | name = "vaticle_dependencies", |
41 | 42 | remote = "https://github.com/vaticle/dependencies", |
42 | | - commit = "793c63b578304fd739b910ae49c9c77951165421", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies |
| 43 | + commit = "a8b3b714a5e0562d41f4c05ca8f266d48b7d0fd3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies |
43 | 44 | ) |
44 | 45 |
|
45 | 46 | def vaticle_typedb_protocol(): |
46 | 47 | git_repository( |
47 | 48 | name = "vaticle_typedb_protocol", |
48 | 49 | remote = "https://github.com/vaticle/typedb-protocol", |
49 | | - tag = "2.10.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol |
| 50 | + commit = "4e40f890fe150621a174292a104d9d7fb3fc5b89", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol |
50 | 51 | ) |
51 | 52 |
|
52 | 53 | def vaticle_typedb_behaviour(): |
53 | 54 | git_repository( |
54 | 55 | name = "vaticle_typedb_behaviour", |
55 | 56 | remote = "https://github.com/vaticle/typedb-behaviour", |
56 | | - commit = "6e462bcbef73c75405264777069a22bca696a644", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour |
| 57 | + commit = "6ff247cf6d90b941da015414cb8f79fc97647a98", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour |
57 | 58 | ) |
58 | 59 |
|
59 | 60 | def vaticle_factory_tracing(): |
60 | 61 | git_repository( |
61 | 62 | name = "vaticle_factory_tracing", |
62 | 63 | remote = "https://github.com/vaticle/factory-tracing", |
63 | | - tag = "2.9.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_factory_tracing |
| 64 | + commit = "a4d5e36b1b0c56bd370e5a7583d628de9272f086" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_factory_tracing |
64 | 65 | ) |
0 commit comments