2.4.1 Dec 2024 Better Deps Filter
This release does not change the rule implementation, but contains two good enhancements:
- We have overhauled how to eliminate unwanted dependencies. The new deps_filter_transitive filter has the same behavior as the deps_exclude attribute, but also applies to the classpath used in tests so is more accurate. #171
- Fixed an issue with extraneous files in the release zip file. #212
To use this release:
http_archive(
name = "rules_spring",
sha256 = "939dd1399ff75a067a20aeeef2000c3a37791e54c8c5a899e78bd8175341263a",
urls = [
"https://github.com/salesforce/rules_spring/releases/download/2.4.1/rules-spring-2.4.1.zip",
],
)