Skip to content

Commit 12c8340

Browse files
authored
update dependencies (#102)
1 parent c4210ad commit 12c8340

File tree

2 files changed

+270
-269
lines changed

2 files changed

+270
-269
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "bazel_upgradable",
7-
strip_prefix = "bazel_upgradable-0.1.1",
8-
url = "https://github.com/fenollp/bazel_upgradable/archive/0.1.1.zip",
7+
strip_prefix = "bazel_upgradable-0.2.0",
8+
url = "https://github.com/fenollp/bazel_upgradable/archive/0.2.0.zip",
99
)
1010

1111
load("@bazel_upgradable//:rule.bzl", "upgradable_repository")

0 commit comments

Comments
 (0)