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 21, 2020
1 parent 4e0e728 commit f7d007f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ grammars with [Bazel](https://bazel.build/).
| Python2 | Gen + Runtime | Gen + Runtime | Gen + Runtime
| Python3 | Gen + Runtime | Gen + Runtime |

Gen: Code Generation
Gen: Code Generation\
Runtime: Runtime Library bundled


Expand All @@ -43,13 +43,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_antlr",
sha256 = "f7c73e1fe3d3b1be3b65172da756a326d12100f6a8d1ef8327498705c0d52efc",
strip_prefix = "rules_antlr-0.4.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.4.0.tar.gz"],
sha256 = "",
strip_prefix = "rules_antlr-0.5.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.5.0.tar.gz"],
)

load("@rules_antlr//antlr:repositories.bzl", "rules_antlr_dependencies")
rules_antlr_dependencies("4.7.2")
rules_antlr_dependencies("4.8")
```

More detailed instructions can be found in the [Setup](docs/setup.md#setup) document.
Expand Down
6 changes: 3 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_antlr",
sha256 = "f7c73e1fe3d3b1be3b65172da756a326d12100f6a8d1ef8327498705c0d52efc",
strip_prefix = "rules_antlr-0.4.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.4.0.tar.gz"],
sha256 = "",
strip_prefix = "rules_antlr-0.5.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.5.0.tar.gz"],
)
```

Expand Down

0 comments on commit f7d007f

Please sign in to comment.