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

Commit a46d4e6

Browse files
authored
Upgrade to Bazel 5 (#10)
## What is the goal of this PR? Make the repository use Bazel 5. Bazel 4 and below only work with the deprecated Python 2, which is no longer included in some operating systems such as the latest Mac OS X. ## What are the changes implemented in this PR? 1. Upgrade Bazel to 5.1.1. 2. Upgrade all `@vaticle` dependencies
1 parent 775facb commit a46d4e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
5.1.1

dependencies/vaticle/repositories.bzl

+4-4
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 = "249700ec1e6de8b46d528d0a4fde4d1c7a9b3aa5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "465e60776ca3055ce85d90e94624d37db3f7e790", # 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.8.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35+
commit = "ca921e2d11b2e365779fee4f9111e2701a157598", # 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.7.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
42+
commit = "d11cee9745e4559450ef4ccb140d4e9781587932" # 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 = "d09adefdcf8d0befedb46a95a6623998add71cff", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
49+
commit = "7aa405c01eb46b8a28867bc49c4f8c0427c32d52", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
5050
)

0 commit comments

Comments
 (0)