File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed
src/main/kotlin/org/wfanet/virtualpeople/common/fieldfilter Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1- 5.1.1
1+ 5.4.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def virtual_people_common_repositories():
2929
3030 http_archive (
3131 name = "wfa_common_jvm" ,
32- sha256 = "ad623ee3b1893b47fc6c86d6b1c90ea1f46a44bdf502a1847518f6769597c5cf " ,
33- strip_prefix = "common-jvm-0.45 .0" ,
34- url = "https://github.com/world-federation-of-advertisers/common-jvm/archive/refs/tags/v0.45 .0.tar.gz" ,
32+ sha256 = "2719f6147eccd2a493e573720c64fa3a13f344840f8416060753d97fe13ab942 " ,
33+ strip_prefix = "common-jvm-0.66 .0" ,
34+ url = "https://github.com/world-federation-of-advertisers/common-jvm/archive/refs/tags/v0.66 .0.tar.gz" ,
3535 )
Original file line number Diff line number Diff line change 1- load ("@io_bazel_rules_kotlin//kotlin:jvm .bzl" , "kt_jvm_library" )
1+ load ("@wfa_common_jvm//build/rules_kotlin:defs .bzl" , "kt_jvm_library" )
22
33package (default_visibility = ["//visibility:public" ])
44
Original file line number Diff line number Diff line change 1- load ("@io_bazel_rules_kotlin//kotlin:jvm .bzl" , "kt_jvm_library" )
1+ load ("@wfa_common_jvm//build/rules_kotlin:defs .bzl" , "kt_jvm_library" )
22
33package (default_visibility = ["//visibility:public" ])
44
You can’t perform that action at this time.
0 commit comments