From 23ffa0e45cf342efe38eda0ec9e3950917a147c6 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 11 Nov 2024 19:14:20 +0100 Subject: [PATCH] Remove explicit empty `version` argument This is currently incompatible with the Publish to BCR app. --- MODULE.bazel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2cf09888a..a8768bae6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,8 +1,7 @@ module( name = "gazelle", - # Updated by the Publish to BCR app. - version = "", repo_name = "bazel_gazelle", + # version is set by the Publish to BCR app. ) bazel_dep(name = "bazel_features", version = "1.9.1")