Skip to content

Commit d5ac8a9

Browse files
committed
chore: bump spotless-lib to latest
1 parent 8dc6bb8 commit d5ac8a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ native-include-palantirJavaFormat = "2.67.0"
1212
picocli = "4.7.6"
1313
selfie = "2.5.1"
1414
slf4j = "2.0.17"
15-
spotless-lib = "3.1.1"
1615
spotless-plugin-gradle = "7.0.3"
16+
spotless-lib = "3.3.1"
1717

1818
[libraries]
1919
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)