Skip to content

Commit

Permalink
Set graql and protocol version for release
Browse files Browse the repository at this point in the history
- Set graql to 1.0.2. This is done by setting grakn to a specific version since graql is brought from grakn
- Set protocol to 1.0.1
  • Loading branch information
Ganeshwara Herawan Hananda authored Sep 10, 2019
1 parent c76942f commit c38722a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ def graknlabs_grakn_core():
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "c2ae4c75fc9bfda2f4ab0a797eb137b27b919747", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
commit = "ec3237fda210ff016090f6d697d36e4d3b320269", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
)

def graknlabs_protocol():
git_repository(
name = "graknlabs_protocol",
remote = "https://github.com/graknlabs/protocol",
commit = "fe92f81200f4ebbed7af3f7e8a7edf5c6144702b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
tag = "1.0.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
)

0 comments on commit c38722a

Please sign in to comment.