We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.0.0.BETA1
3.0.0.RC2
1 parent a170281 commit e146ac0Copy full SHA for e146ac0
2 files changed
CHANGES.md
@@ -1,6 +1,8 @@
1
# Goomph releases
2
3
## [Unreleased]
4
+### Fixed
5
+- Spotless dependency was supposed to be `3.0.0.BETA1` not `3.0.0.RC2`
6
7
## [4.0.0] - 2024-07-04
8
### Added
build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
implementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
42
implementation "com.diffplug.durian:durian-swt.os:${VER_DURIAN_SWT}"
43
implementation "commons-io:commons-io:2.16.1"
44
- implementation "com.diffplug.spotless:spotless-lib:3.0.0.RC2"
+ implementation "com.diffplug.spotless:spotless-lib:3.0.0.BETA1"
45
implementation "com.squareup.okhttp3:okhttp:4.12.0"
46
implementation "com.squareup.okio:okio:3.9.0"
47
// OSGi
0 commit comments