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 6, 2020
1 parent 3ffbc92 commit fe36613
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",
sha256 = "94b0eaf7ea6a47bc4e67b4412486ffd79e6740fac3107a607844a70db0d8b2ed",
strip_prefix = "rules_antlr-0.3.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.3.0.tar.gz"],
sha256 = "",
strip_prefix = "rules_antlr-0.4.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.4.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 @@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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

Expand Down

0 comments on commit fe36613

Please sign in to comment.