Skip to content

Commit bddf61c

Browse files
committed
Set typedb_common tag correctly in dependencies
1 parent dac7195 commit bddf61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def vaticle_typedb_common():
3535
git_repository(
3636
name = "vaticle_typedb_common",
3737
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
38+
tag = "2.9.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3939
)
4040

4141
def vaticle_typedb_client_java():

0 commit comments

Comments
 (0)