Skip to content

Commit

Permalink
Set typedb_common tag correctly in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjpwalker committed May 25, 2022
1 parent dac7195 commit bddf61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def vaticle_typedb_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
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
)

def vaticle_typedb_client_java():
Expand Down

0 comments on commit bddf61c

Please sign in to comment.