Skip to content

Commit

Permalink
chore(deps): bump bazelisk from 1.18.0 to 1.19.0 (dev dep) (#12438)
Browse files Browse the repository at this point in the history
### Summary

Bazelisk v1.19.0 comes with two significant changes:

- MODULE.bazel and REPO.bazel files are now obeyed
- Users will see a progress bar during binary downloads

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Jan 26, 2024
1 parent 27f2db6 commit c9c760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
KONG_SOURCE_LOCATION ?= $(ROOT_DIR)
GRPCURL_VERSION ?= 1.8.5
BAZLISK_VERSION ?= 1.18.0
BAZLISK_VERSION ?= 1.19.0
H2CLIENT_VERSION ?= 0.4.0
BAZEL := $(shell command -v bazel 2> /dev/null)
VENV = /dev/null # backward compatibility when no venv is built
Expand Down

0 comments on commit c9c760e

Please sign in to comment.