Skip to content

Commit

Permalink
Update subpar dependency
Browse files Browse the repository at this point in the history
Update subpar dependency
  • Loading branch information
Albert Dai committed Jul 16, 2019
1 parent 38b3447 commit 3e9e674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# For packaging python scripts.
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "subpar",
remote = "https://github.com/google/subpar",
commit = "edb8409041b521959b6ed4b7412c0eec59d4af78",
tag = "1.3.0",
)

0 comments on commit 3e9e674

Please sign in to comment.