We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dc620 commit 2251152Copy full SHA for 2251152
README.md
@@ -32,9 +32,11 @@ Add the following to your `WORKSPACE` file to add this repository and its depend
32
33
http_archive(
34
name = "cgrindel_rules_swiftformat",
35
- sha256 = "e47378d771ed977756920075eeca62cc7feb0f4e2961571a3467727b813b7396",
36
- strip_prefix = "rules_swiftformat-0.3.0",
37
- urls = ["https://github.com/cgrindel/rules_swiftformat/archive/v0.3.0.tar.gz"],
+ sha256 = "d54f3ef6c027e49f45c49e8c287cecfb8b7dd87309a17ad6ec9684f09970436a",
+ strip_prefix = "rules_swiftformat-0.4.0",
+ urls = [
38
+ "http://github.com/cgrindel/rules_swiftformat/archive/v0.4.0.tar.gz",
39
+ ],
40
)
41
42
load("@cgrindel_rules_swiftformat//swiftformat:deps.bzl", "swiftformat_rules_dependencies")
0 commit comments