File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tests/bzlmod_runfiles/other_module Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ def rules_haskell_dependencies():
31
31
http_archive ,
32
32
name = "platforms" ,
33
33
urls = [
34
- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
35
- "https://github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
34
+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
35
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
36
36
],
37
- sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee " ,
37
+ sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f " ,
38
38
)
39
39
40
40
maybe (
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ bazel_dep(
45
45
)
46
46
bazel_dep (
47
47
name = "platforms" ,
48
- version = "0.0.10 " ,
48
+ version = "0.0.11 " ,
49
49
)
50
50
bazel_dep (
51
51
name = "rules_cc" ,
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ bazel_dep(
17
17
)
18
18
bazel_dep (
19
19
name = "platforms" ,
20
- version = "0.0.10 " ,
20
+ version = "0.0.11 " ,
21
21
)
Original file line number Diff line number Diff line change 1
1
bazel_dep (
2
2
name = "platforms" ,
3
- version = "0.0.10 " ,
3
+ version = "0.0.11 " ,
4
4
)
5
5
6
6
# rules_haskell_nix must come before rules_haskell so that nix
You can’t perform that action at this time.
0 commit comments