Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcohu committed Jan 5, 2020
1 parent 59e0476 commit 29f9bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_antlr",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.2.0.tar.gz"],
strip_prefix = "rules_antlr-0.2.0",
sha256 = "932f0637acc20b67d90e68e47d019961105b00c5991a72ffee33bc1e58541734",
sha256 = "",
strip_prefix = "rules_antlr-0.3.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.3.0.tar.gz"],
)

load("@rules_antlr//antlr:repositories.bzl", "rules_antlr_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ the external repository:

```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
...

http_archive(
name = "rules_antlr",
sha256 = "932f0637acc20b67d90e68e47d019961105b00c5991a72ffee33bc1e58541734",
strip_prefix = "rules_antlr-0.2.0",
sha256 = "",
strip_prefix = "rules_antlr-0.3.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.2.0.tar.gz"],
)
```
Expand Down

0 comments on commit 29f9bbe

Please sign in to comment.