File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,12 @@ jvm_maven_import_external(
3333# which in its turn, prioritizes actual generated clients runtime dependencies
3434# over the generator dependencies.
3535
36- # TODO: cleanup once https://github.com/googleapis/gax-java/pull/1599 is merged
37- _gax_java_version = "2e2da06134aa6ceefbb5b1d3726ca1fe1ad5c1db"
36+ _gax_java_version = "2.10.0"
3837
3938http_archive (
4039 name = "com_google_api_gax_java" ,
4140 strip_prefix = "gax-java-%s" % _gax_java_version ,
42- urls = ["https://github.com/vam-google /gax-java/archive/%s.zip" % _gax_java_version ],
41+ urls = ["https://github.com/googleapis /gax-java/archive/v %s.zip" % _gax_java_version ],
4342)
4443
4544load ("@com_google_api_gax_java//:repository_rules.bzl" , "com_google_api_gax_java_properties" )
You can’t perform that action at this time.
0 commit comments