From 45e70418c5d6805121040d056a7d55bdf7224b64 Mon Sep 17 00:00:00 2001 From: Joshua Send Date: Mon, 10 Aug 2020 18:54:24 +0100 Subject: [PATCH] Release prep 1.8.2 v2 (#153) ## What is the goal of this PR? Bump deps to use tags and upgrade `dependencies` repo. ## What are the changes implemented in this PR? --- dependencies/graknlabs/repositories.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/graknlabs/repositories.bzl b/dependencies/graknlabs/repositories.bzl index 88f194e226..5549ca9bae 100644 --- a/dependencies/graknlabs/repositories.bzl +++ b/dependencies/graknlabs/repositories.bzl @@ -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(): @@ -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 )