Skip to content

Commit dac7195

Browse files
committed
Bump client-java and common
1 parent 9f1eba4 commit dac7195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def vaticle_typedb_common():
3535
git_repository(
3636
name = "vaticle_typedb_common",
3737
remote = "https://github.com/vaticle/typedb-common",
38-
commit = "d11cee9745e4559450ef4ccb140d4e9781587932" # sync-marker: do not remove this comment, this is used for sync-dependencies by @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
3939
)
4040

4141
def vaticle_typedb_client_java():
4242
git_repository(
4343
name = "vaticle_typedb_client_java",
4444
remote = "https://github.com/vaticle/client-java",
45-
commit = "35461913a8aa6788e1f17c57e8a2c00753296b21", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
45+
tag = "2.10.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
4646
)

0 commit comments

Comments
 (0)