File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- Added formatter [ ` clean-that ` ] ( https://github.com/diffplug/spotless/tree/main/plugin-gradle#cleanthat )
1818- Added formatter [ ` remove-unused-imports ` ] ( https://github.com/diffplug/spotless/tree/main/plugin-gradle#removeunusedimports )
1919
20+ ### Changed
21+
22+ - Bumping the bundled spotless-lib (3.1.1 -> 3.3.1)
23+
2024## [ 0.1.1] - 2025-06-02
2125
2226### Changed
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ native-include-palantirJavaFormat = "2.67.0"
1212picocli = " 4.7.6"
1313selfie = " 2.5.1"
1414slf4j = " 2.0.17"
15- spotless-lib = " 3.1 .1"
16- spotless-plugin-gradle = " 7.0.3 "
15+ spotless-lib = " 3.3 .1"
16+ spotless-plugin-gradle = " 7.2.1 "
1717
1818[libraries ]
1919annotations = { module = " org.jetbrains:annotations" , version.ref = " annotations" }
You can’t perform that action at this time.
0 commit comments