File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
tests/bzlmod_runfiles/other_module Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ rules_proto_toolchains()
44
44
# For buildifier
45
45
http_archive (
46
46
name = "io_bazel_rules_go" ,
47
- sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
47
+ sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0 " ,
48
48
urls = [
49
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46 .0/rules_go-v0.46 .0.zip" ,
50
- "https://github.com/bazelbuild/rules_go/releases/download/v0.46 .0/rules_go-v0.46 .0.zip" ,
49
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47 .0/rules_go-v0.47 .0.zip" ,
50
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.47 .0/rules_go-v0.47 .0.zip" ,
51
51
],
52
52
)
53
53
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.9 /platforms-0.0.9 .tar.gz" ,
35
- "https://github.com/bazelbuild/platforms/releases/download/0.0.9 /platforms-0.0.9 .tar.gz" ,
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" ,
36
36
],
37
- sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b " ,
37
+ sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee " ,
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.9 " ,
48
+ version = "0.0.10 " ,
49
49
)
50
50
bazel_dep (
51
51
name = "rules_cc" ,
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ rules_proto_toolchains()
60
60
# For buildifier
61
61
http_archive (
62
62
name = "io_bazel_rules_go" ,
63
- sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
63
+ sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0 " ,
64
64
urls = [
65
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46 .0/rules_go-v0.46 .0.zip" ,
66
- "https://github.com/bazelbuild/rules_go/releases/download/v0.46 .0/rules_go-v0.46 .0.zip" ,
65
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47 .0/rules_go-v0.47 .0.zip" ,
66
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.47 .0/rules_go-v0.47 .0.zip" ,
67
67
],
68
68
)
69
69
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.9 " ,
20
+ version = "0.0.10 " ,
21
21
)
Original file line number Diff line number Diff line change 1
1
bazel_dep (
2
2
name = "platforms" ,
3
- version = "0.0.9 " ,
3
+ version = "0.0.10 " ,
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