From bb400251f285e25e242d5720c352988af5d98658 Mon Sep 17 00:00:00 2001 From: silvergasp Date: Mon, 18 Jan 2021 14:43:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc70d50..6b80b0f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following to your WORKSPACE load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "rules_gherkin", - commit = "COMMIT", # Update this to match latest commit + commit = "ef361f40f9716ad8a3c6a8a21111bb80d4cbd927", # Update this to match latest commit remote = "https://github.com/silvergasp/rules_gherkin.git" ) load("@rules_gherkin//:gherkin_deps.bzl","gherkin_deps")