@@ -9,6 +9,7 @@ bazel_dep(name = "googletest", version = "1.15.2")
9
9
bazel_dep (name = "highway" , version = "1.1.0" )
10
10
bazel_dep (name = "nlohmann_json" , version = "3.11.3" )
11
11
bazel_dep (name = "platforms" , version = "0.0.10" )
12
+ bazel_dep (name = "protobuf" , version = "28.3" )
12
13
bazel_dep (name = "rules_cc" , version = "0.0.9" )
13
14
bazel_dep (name = "rules_license" , version = "0.0.7" )
14
15
bazel_dep (name = "google_benchmark" , version = "1.8.5" )
@@ -27,9 +28,9 @@ http_archive(
27
28
build_file = "@//bazel:sentencepiece.bazel" ,
28
29
patch_args = ["-p1" ],
29
30
patches = ["@//bazel:sentencepiece.patch" ],
30
- sha256 = "8409b0126ebd62b256c685d5757150cf7fcb2b92a2f2b98efb3f38fc36719754 " ,
31
- strip_prefix = "sentencepiece-0.1.96 " ,
32
- urls = ["https://github.com/google/sentencepiece/archive/refs/tags/v0.1.96 .zip" ],
31
+ sha256 = "67c34082deb3d89f589d8614b1ae58aa4af250c79e18737d8103242ec62a28f9 " ,
32
+ strip_prefix = "sentencepiece-0.2.0 " ,
33
+ urls = ["https://github.com/google/sentencepiece/archive/refs/tags/v0.2.0 .zip" ],
33
34
)
34
35
35
36
# For sentencepiece
0 commit comments