Skip to content

Commit

Permalink
Use release version of deps (#102)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Update to the latest release of all graknlabs dependencies.

## What are the changes implemented in this PR?

- Updated all graknlabs dependencies to their latest release.
  • Loading branch information
Adam Mitchell authored May 20, 2020
1 parent c326ca4 commit f8f272e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.3
2 changes: 1 addition & 1 deletion dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def graknlabs_common():
git_repository(
name = "graknlabs_common",
remote = "https://github.com/graknlabs/common",
commit = "0.2.2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
tag = "0.2.2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
)

def graknlabs_build_tools():
Expand Down

0 comments on commit f8f272e

Please sign in to comment.