Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit b6e35a0

Browse files
bump VERSION to 2.9.0
1 parent 1ace2f1 commit b6e35a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.9.0

dependencies/vaticle/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "465e60776ca3055ce85d90e94624d37db3f7e790", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "8d61f5a1e6298e15f5b71249e8f990c510620b72", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typeql():
3232
git_repository(
3333
name = "vaticle_typeql",
3434
remote = "https://github.com/vaticle/typeql",
35-
commit = "d728d1021415d39dc308cf684416d9dbbf1571b9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35+
tag = "2.9.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
3636
)
3737

3838
def vaticle_typedb_common():
3939
git_repository(
4040
name = "vaticle_typedb_common",
4141
remote = "https://github.com/vaticle/typedb-common",
42-
commit = "d11cee9745e4559450ef4ccb140d4e9781587932" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42+
tag = "2.9.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
4343
)
4444

4545
def vaticle_typedb_behaviour():
4646
git_repository(
4747
name = "vaticle_typedb_behaviour",
4848
remote = "https://github.com/vaticle/typedb-behaviour",
49-
commit = "7aa405c01eb46b8a28867bc49c4f8c0427c32d52", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
49+
commit = "184bc8a64aa69e383bf496c70b11f02201d33616", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
5050
)

0 commit comments

Comments
 (0)