We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4210ad commit 12c8340Copy full SHA for 12c8340
WORKSPACE
@@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
5
http_archive(
6
name = "bazel_upgradable",
7
- strip_prefix = "bazel_upgradable-0.1.1",
8
- 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",
9
)
10
11
load("@bazel_upgradable//:rule.bzl", "upgradable_repository")
0 commit comments