diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 38cdbbbea..33f56fee9 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: 'e2e/bzlmod' matrix: bazel: ['7.x', '6.x'] - platform: ['debian10', 'macos', 'ubuntu2004'] + platform: ['debian10', 'macos', 'ubuntu2004', 'windows'] tasks: run_tests: name: 'Run test module' diff --git a/e2e/bzlmod/MODULE.bazel b/e2e/bzlmod/MODULE.bazel index f35a37450..8bcb57301 100644 --- a/e2e/bzlmod/MODULE.bazel +++ b/e2e/bzlmod/MODULE.bazel @@ -10,7 +10,7 @@ local_path_override( path = "other_module", ) -bazel_dep(name = "aspect_bazel_lib", version = "2.7.7", dev_dependency = True) +bazel_dep(name = "aspect_bazel_lib", version = "2.9.0", dev_dependency = True) bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True) bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)