We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac7195 commit bddf61cCopy full SHA for bddf61c
dependencies/vaticle/repositories.bzl
@@ -35,7 +35,7 @@ def vaticle_typedb_common():
35
git_repository(
36
name = "vaticle_typedb_common",
37
remote = "https://github.com/vaticle/typedb-common",
38
- commit = "2.9.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
+ tag = "2.9.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
39
)
40
41
def vaticle_typedb_client_java():
0 commit comments