aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/deploy-to-maven-central.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/deploy-to-maven-central.sh b/util/deploy-to-maven-central.sh
index 0bf4b64cc..b7e9c8f26 100755
--- a/util/deploy-to-maven-central.sh
+++ b/util/deploy-to-maven-central.sh
@@ -13,8 +13,8 @@ shift 2
$(dirname $0)/validate-dagger-version.sh "$VERSION_NAME"
BAZEL_VERSION=$(bazel --version)
-if [[ $BAZEL_VERSION != *"4.2.1"* ]]; then
- echo "Must use Bazel version 4.2.1"
+if [[ $BAZEL_VERSION != *"5.3.2"* ]]; then
+ echo "Must use Bazel version 5.3.2"
exit 4
fi