Skip to content

Commit

Permalink
Update bazel module
Browse files Browse the repository at this point in the history
  • Loading branch information
danilak-G committed Aug 18, 2024
1 parent 58d911b commit fcf1982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "snappy",
version = "1.2.0",
version = "1.2.1",
compatibility_level = 1,
)

Expand All @@ -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",
)
Expand Down

0 comments on commit fcf1982

Please sign in to comment.