Skip to content

Commit

Permalink
update dependencies (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored May 7, 2020
1 parent c4210ad commit 12c8340
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 269 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_upgradable",
strip_prefix = "bazel_upgradable-0.1.1",
url = "https://github.com/fenollp/bazel_upgradable/archive/0.1.1.zip",
strip_prefix = "bazel_upgradable-0.2.0",
url = "https://github.com/fenollp/bazel_upgradable/archive/0.2.0.zip",
)

load("@bazel_upgradable//:rule.bzl", "upgradable_repository")
Expand Down
Loading

0 comments on commit 12c8340

Please sign in to comment.