Skip to content

Commit b7cdce5

Browse files
Use common 0.2.4 and bump VERSION to 1.0.9 for release (#65)
## What is the goal of this PR? Use newly released 0.2.4 `common` which released the `grakn-bin` binaries ## What are the changes implemented in this PR? * Bump dependencies * Bump version
1 parent 64628d9 commit b7cdce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/graknlabs/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ def graknlabs_dependencies():
2121
git_repository(
2222
name = "graknlabs_dependencies",
2323
remote = "https://github.com/graknlabs/dependencies",
24-
tag = "0.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
24+
commit = "de4bc25bfbc7f640ac82cea9c629d51596479134", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2525
)
2626

2727
def graknlabs_common():
2828
git_repository(
2929
name = "graknlabs_common",
3030
remote = "https://github.com/graknlabs/common",
31-
tag = "0.2.3" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
31+
tag = "0.2.4" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3232
)
3333

3434
def graknlabs_graql():

0 commit comments

Comments
 (0)