Skip to content

Commit

Permalink
Update dependency rules_dotnet to v0.16.1 (#14682)
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_dotnet to v0.16.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Burns <[email protected]>
Co-authored-by: Nikolay Borisenko <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent 328ae61 commit 3906742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(name = "protobuf", version = "21.7", dev_dependency = True, repo_name
# Required for rules_rust to import the crates properly
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)

bazel_dep(name = "rules_dotnet", version = "0.16.0")
bazel_dep(name = "rules_dotnet", version = "0.16.1")
bazel_dep(name = "rules_java", version = "7.11.1")
bazel_dep(name = "rules_jvm_external", version = "6.3")
bazel_dep(name = "rules_nodejs", version = "6.3.0")
Expand Down

0 comments on commit 3906742

Please sign in to comment.