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

Commit 5d42ccf

Browse files
update VERSION and dependencies
1 parent cf36798 commit 5d42ccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.3.0

dependencies/vaticle/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "905ddac41fa327965f045db29b5f860a18eeca42", # 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-
tag = "2.1.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35+
tag = "2.3.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-
tag = "2.1.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42+
tag = "2.3.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():

0 commit comments

Comments
 (0)