diff --git a/README.md b/README.md index 30e99150..ac076225 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ If you're already using Bazel add the following to your WORKSPACE: ```starlark http_archive( name = "jni-bind", - urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.7-alpha.zip"], - strip_prefix = "jni-bind-Release-0.9.7-alpha", + urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.8-alpha.zip"], + strip_prefix = "jni-bind-Release-0.9.8-alpha", ) ```