Skip to content

Commit

Permalink
Update rules_java 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keertk committed Oct 2, 2023
1 parent 6c8cba8 commit cc25058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_java",
version = "5.5.0",
version = "5.5.1",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion java/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
# Do not touch: This line marks the end of loads; needed for PR importing.

_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
version = "5.5.0"
version = "5.5.1"

def _add_tags(attrs):
if "tags" in attrs and attrs["tags"] != None:
Expand Down

0 comments on commit cc25058

Please sign in to comment.