File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ use_repo(maven, "maven")
52
52
non_module_deps = use_extension ("//:extensions.bzl" , "non_module_deps" )
53
53
use_repo (non_module_deps , "google_bazel_common" )
54
54
55
- bazel_dep (name = "rules_license" , version = "0.0.7 " )
55
+ bazel_dep (name = "rules_license" , version = "0.0.8 " )
56
56
57
57
bazel_dep (name = "rules_pkg" , version = "0.9.1" , dev_dependency = True )
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ google_common_workspace_rules()
94
94
95
95
http_archive (
96
96
name = "rules_license" ,
97
- sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360 " ,
97
+ sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229 " ,
98
98
urls = [
99
- "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7 /rules_license-0.0.7 .tar.gz" ,
100
- "https://github.com/bazelbuild/rules_license/releases/download/0.0.7 /rules_license-0.0.7 .tar.gz" ,
99
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.8 /rules_license-0.0.8 .tar.gz" ,
100
+ "https://github.com/bazelbuild/rules_license/releases/download/0.0.8 /rules_license-0.0.8 .tar.gz" ,
101
101
],
102
102
)
103
103
You can’t perform that action at this time.
0 commit comments