Skip to content

Commit

Permalink
Release prep 1.8.2 v2 (#153)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?
Bump deps to use tags and upgrade `dependencies` repo.

## What are the changes implemented in this PR?
  • Loading branch information
flyingsilverfin authored Aug 10, 2020
1 parent 4ddc6f0 commit 45e7041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/graknlabs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def graknlabs_dependencies():
git_repository(
name = "graknlabs_dependencies",
remote = "https://github.com/graknlabs/dependencies",
commit = "504561c1343b12cfb08cd65c25155045da0b709e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
commit = "1f7e4a696cc7b7492354750c337ae3f67ff39f06", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
)

def graknlabs_protocol():
Expand All @@ -58,5 +58,5 @@ def graknlabs_grabl_tracing():
git_repository(
name = "graknlabs_grabl_tracing",
remote = "https://github.com/graknlabs/grabl-tracing",
commit = "0.1.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grabl_tracing
tag = "0.1.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grabl_tracing
)

0 comments on commit 45e7041

Please sign in to comment.