You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2022. It is now read-only.
## What is the goal of this PR?
Update usage of `@rules_antlr` to match latest `@vaticle_dependencies`
## What are the changes implemented in this PR?
Use the latest release of `rules_antlr` and update usage accordingly
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="ca41a24880f0597b314beb2233518004e0467a62", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="81520f0787ce5e78935144241b66c3b02bf7ed5d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
29
29
)
30
30
31
31
defvaticle_typeql():
32
32
git_repository(
33
33
name="vaticle_typeql",
34
34
remote="https://github.com/vaticle/typeql",
35
-
commit="cd6558d11213a08f0079443ef586edbbfde929e2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
35
+
commit="df4b0f9caead77bbada2c85c26c5fcf9c252ff5f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
0 commit comments