mirror of
https://github.com/google/snappy.git
synced 2024-12-03 14:53:15 +00:00
Update bazel module
This commit is contained in:
parent
58d911b284
commit
fcf1982acc
|
@ -1,6 +1,6 @@
|
|||
module(
|
||||
name = "snappy",
|
||||
version = "1.2.0",
|
||||
version = "1.2.1",
|
||||
compatibility_level = 1,
|
||||
)
|
||||
|
||||
|
@ -12,7 +12,7 @@ bazel_dep(
|
|||
)
|
||||
bazel_dep(
|
||||
name = "google_benchmark",
|
||||
version = "1.8.3",
|
||||
version = "1.9.0",
|
||||
dev_dependency = True,
|
||||
repo_name = "com_google_benchmark",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue