8000 Update subpar dep for incompatible change migrations in Bazel 0.23 (#… · serve-robotics/rules_python@965d4b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 965d4b4

Browse files
authored
Update subpar dep for incompatible change migrations in Bazel 0.23 (bazel-contrib#168)
1 parent 88532b6 commit 965d4b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ _piptool_install()
8080

8181
git_repository(
8282
name = "subpar",
83-
# HEAD as of 2018-12-18
84-
commit = "81d33bafbad4edcb2c9e98548888fc9815c004c4",
8583
remote = "https://github.com/google/subpar",
84+
commit = "0356bef3fbbabec5f0e196ecfacdeb6db62d48c0", # 2019-03-07
8685
)
8786

8887
###################################

0 commit comments

Comments
 (0)
0