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

Commit f92e76a

Browse files
author
Ganeshwara Hananda
authored
Revert protocol to 1.0.4 and grakn to 1.6.2 for release (#87)
## What is the goal of this PR? We have reverted the protocol to 1.0.4 for release
1 parent d44054f commit f92e76a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

WORKSPACE

+1-7
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@ com_github_grpc_grpc_deps()
9292
################################
9393

9494
load("@graknlabs_grakn_core//dependencies/graknlabs:dependencies.bzl",
95-
"graknlabs_graql", "graknlabs_common", "graknlabs_client_java", "graknlabs_console", "graknlabs_benchmark", "graknlabs_grabl_tracing")
95+
"graknlabs_graql", "graknlabs_common", "graknlabs_client_java", "graknlabs_console", "graknlabs_benchmark")
9696
graknlabs_graql()
9797
graknlabs_common()
9898
graknlabs_client_java()
9999
graknlabs_console()
100100
graknlabs_benchmark()
101-
graknlabs_grabl_tracing()
102101

103102
load("@graknlabs_grakn_core//dependencies/maven:dependencies.bzl",
104103
graknlabs_grakn_core_maven_dependencies = "maven_dependencies")
@@ -120,11 +119,6 @@ load("@graknlabs_graql//dependencies/maven:dependencies.bzl",
120119
graknlabs_graql_maven_dependencies = "maven_dependencies")
121120
graknlabs_graql_maven_dependencies()
122121

123-
load("@graknlabs_grabl_tracing//dependencies/maven:dependencies.bzl",
124-
graknlabs_grabl_tracing_maven_dependencies="maven_dependencies")
125-
graknlabs_grabl_tracing_maven_dependencies()
126-
127-
128122
# Load Client Java dependencies for Grakn Core
129123

130124
load("@stackb_rules_proto//java:deps.bzl", "java_grpc_compile")

dependencies/graknlabs/dependencies.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def graknlabs_grakn_core():
2828
git_repository(
2929
name = "graknlabs_grakn_core",
3030
remote = "https://github.com/graknlabs/grakn",
31-
commit = "b8e230acb6a62f3722962d7132463f5071255c4e" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
31+
tag = "1.6.2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3232
)
3333

3434
def graknlabs_protocol():
3535
git_repository(
3636
name = "graknlabs_protocol",
3737
remote = "https://github.com/graknlabs/protocol",
38-
commit = "42f980f5b86f0dd79115da76f2d1867578ac061a" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
38+
tag = "1.0.4" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
3939
)

0 commit comments

Comments
 (0)