diff --git a/dependencies/graknlabs/dependencies.bzl b/dependencies/graknlabs/dependencies.bzl index 114ec5390..49f58d364 100644 --- a/dependencies/graknlabs/dependencies.bzl +++ b/dependencies/graknlabs/dependencies.bzl @@ -22,7 +22,7 @@ def graknlabs_build_tools(): git_repository( name = "graknlabs_build_tools", remote = "https://github.com/graknlabs/build-tools", - commit = "2706424f99bab0b93d41a419cce58e4db5d76527", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools + commit = "697bef1f7c71582d719fb4fef6b2f7af935b2fee", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools ) def graknlabs_grakn_core():