Skip to content

Commit 0b356b1

Browse files
author
Ganeshwara Hananda
authored
Update dependencies.bzl
1 parent 418a33d commit 0b356b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def graknlabs_build_tools():
4343
def graknlabs_grakn_core():
4444
git_repository(
4545
name = "graknlabs_grakn_core",
46-
remote = "https://github.com/flyingsilverfin/grakn",
47-
commit = "d5ff1c787fac32d61730a756c32ce6e61b82e26d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
46+
remote = "https://github.com/graknlabs/grakn",
47+
tag = "1.8.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
4848
)
4949

5050
def graknlabs_protocol():

0 commit comments

Comments
 (0)