Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 218828e

Browse files
author
haikalpribadi
committed
Upgrade dependencies
1 parent 663eec0 commit 218828e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dependencies/graknlabs/artifacts.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def graknlabs_grakn_core_artifacts():
2727
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "0efbea38aaf0f187e03168cf2c515aa5c7b44f26",
30+
commit = "4d449aa198fd5cceca54cb3889114ab5aa1b8e5e",
3131
)
3232

3333
def graknlabs_grakn_cluster_artifacts():
@@ -37,5 +37,5 @@ def graknlabs_grakn_cluster_artifacts():
3737
artifact_name = "grakn-cluster-server-{platform}-{version}.{ext}",
3838
tag_source = deployment_private["artifact.release"],
3939
commit_source = deployment_private["artifact.snapshot"],
40-
commit = "0cc8d0bf6d8aed83c86134f7165b60a852b5919b",
40+
commit = "93cbc149d7b9ce588e52d8132c8a0b2265658a3c",
4141
)

dependencies/graknlabs/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ def graknlabs_dependencies():
2323
git_repository(
2424
name = "graknlabs_dependencies",
2525
remote = "https://github.com/graknlabs/dependencies",
26-
commit = "ca7d021093fe1308b7da52d45809bf06a1d95bc6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
26+
commit = "592ff77096653d8bbcbd9f8db8dcc9773f49822e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2727
)
2828

2929
def graknlabs_common():
3030
git_repository(
3131
name = "graknlabs_common",
3232
remote = "https://github.com/graknlabs/common",
33-
commit = "f4a469c4cf5a33758777d95ed1af347d31b59d24" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
33+
tag = "2.0.0-alpha-7" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3434
)
3535

3636
def graknlabs_behaviour():
3737
git_repository(
3838
name = "graknlabs_behaviour",
3939
remote = "https://github.com/graknlabs/behaviour",
40-
commit = "bc4730a40866f64decd22cb0cb35c9b6a6b77b31" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_behaviour
40+
commit = "5a3b731b3ef154b5b1bd95b788dc374bd8873746" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_behaviour
4141
)

0 commit comments

Comments
 (0)