Skip to content

Commit 08d9afe

Browse files
committed
update readme
1 parent aae2cbc commit 08d9afe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can add the following snippet:
88

99
```
1010
## MODULE.bazel
11-
bazel_dep(name = "rules_mayhem", version = "0.8.4")
11+
bazel_dep(name = "rules_mayhem", version = "0.8.5")
1212
1313
rules_mayhem_extension = use_extension("@rules_mayhem//mayhem:extensions.bzl", "rules_mayhem_extension")
1414
use_repo(rules_mayhem_extension, "bazel_skylib", "mayhem_cli_linux", "mayhem_cli_windows", "platforms", "yq_cli_linux", "yq_cli_windows")
@@ -21,8 +21,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2121
http_archive(
2222
name = "rules_mayhem",
2323
strip_prefix = "rules_mayhem",
24-
urls = ["https://github.com/ForAllSecure/rules_mayhem/releases/download/0.8.4/rules_mayhem-0.8.4.tar.gz"],
25-
sha256 = "9e1f9d92e4830e978757fcab6587ece0727fe0331d519d177161261255e085ad",
24+
urls = ["https://github.com/ForAllSecure/rules_mayhem/releases/download/0.8.5/rules_mayhem-0.8.5.tar.gz"],
25+
sha256 = "644e2eda1138a398016ded80a936f4a732916f259bb3cf8bb5a0ee92fabe98d9",
2626
)
2727
2828
load("@rules_mayhem//mayhem:repositories.bzl", "rules_mayhem_repositories")

0 commit comments

Comments
 (0)