This repository was archived by the owner on Sep 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 2.0.0-alpha-7
1+ 2.0.0-alpha-8
Original file line number Diff line number Diff 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 = "5f96fb705f8f256e8cb1b918fe85893056c827d2 " ,
30+ commit = "c04b5f105914c690cbd54e6bdc6a4eb9dda2b3e7 " ,
3131 )
3232
3333def graknlabs_grakn_cluster_artifacts ():
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def graknlabs_common():
3030 git_repository (
3131 name = "graknlabs_common" ,
3232 remote = "https://github.com/graknlabs/common" ,
33- tag = "2.0.0-alpha-8 " # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
33+ tag = "2.0.0-alpha-9 " # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3434 )
3535
3636def graknlabs_behaviour ():
Original file line number Diff line number Diff line change 3030## Dependencies
3131
3232# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
33- grakn-protocol == 0 .0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
33+ grakn-protocol == 2 .0.0-alpha-10
3434grpcio == 1.35.0
3535protobuf == 3.14.0
Original file line number Diff line number Diff line change 2828
2929## Dependencies
3030
31- grakn-protocol==0 .0.0-7c78ea569d33324214c9867b4952d6d4c16c45df
31+ grakn-protocol==2 .0.0-alpha-10
3232grpcio==1.35.0
3333protobuf==3.14.0
3434
Original file line number Diff line number Diff line change 2020# Note: Do NOT rename this folder to 'test' as it conflicts with a built-in Python package!
2121load ("//tools:cluster_test_rule.bzl" , "grakn_cluster_py_test" )
2222load ("@graknlabs_bazel_distribution//artifact:rules.bzl" , "artifact_extractor" )
23- load ("@graknlabs_common//test/server :rules.bzl" , "native_grakn_artifact" )
23+ load ("@graknlabs_common//test:rules.bzl" , "native_grakn_artifact" )
2424load ("@graknlabs_dependencies//tool/checkstyle:rules.bzl" , "checkstyle_test" )
2525load ("@rules_python//python:defs.bzl" , "py_library" , "py_test" )
2626
You can’t perform that action at this time.
0 commit comments