Skip to content

Commit 41c3d9d

Browse files
Update dependencies and VERSION to 2.11.1
1 parent ae1fccf commit 41c3d9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.0
1+
2.11.1

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ def vaticle_typedb_common():
3232
git_repository(
3333
name = "vaticle_typedb_common",
3434
remote = "https://github.com/vaticle/typedb-common",
35-
commit = "6fdd304eb14c14fd51d103c66894e47b871f2ac8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
35+
tag = "2.11.1" # 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 = "57617a9978129f5d6b50f69146caaa9e86c3c85e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
42+
commit = "793c63b578304fd739b910ae49c9c77951165421", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
4343
)
4444

4545
def vaticle_typedb_protocol():

0 commit comments

Comments
 (0)