Skip to content

Commit dd1e257

Browse files
Dependencies use tagged releases
1 parent 5eef67d commit dd1e257

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ def vaticle_typeql_lang_java():
2525
git_repository(
2626
name = "vaticle_typeql_lang_java",
2727
remote = "https://github.com/vaticle/typeql-lang-java",
28-
commit = "1ace2f194c4825e3401ca22e253af0627482843f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java
28+
tag = "2.9.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java
2929
)
3030

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

3838
def vaticle_dependencies():
3939
git_repository(
4040
name = "vaticle_dependencies",
4141
remote = "https://github.com/vaticle/dependencies",
42-
commit = "465e60776ca3055ce85d90e94624d37db3f7e790", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
42+
commit = "8d61f5a1e6298e15f5b71249e8f990c510620b72", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
4343
)
4444

4545
def vaticle_typedb_protocol():
4646
git_repository(
4747
name = "vaticle_typedb_protocol",
4848
remote = "https://github.com/vaticle/typedb-protocol",
49-
commit = "d551de709274d69cf84a55855db17a980e105157", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
49+
tag = "2.9.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
5050
)
5151

5252
def vaticle_typedb_behaviour():
@@ -60,5 +60,5 @@ def vaticle_factory_tracing():
6060
git_repository(
6161
name = "vaticle_factory_tracing",
6262
remote = "https://github.com/vaticle/factory-tracing",
63-
commit = "7b4a3933139af670a7b7c925fc20de40d63caa41" # sync-marker: do not remove this comment, this is used for sync-dependencies by @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
6464
)

0 commit comments

Comments
 (0)