Skip to content

Commit

Permalink
Spotless dependency was supposed to be 3.0.0.BETA1 not 3.0.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 4, 2024
1 parent a170281 commit e146ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Goomph releases

## [Unreleased]
### Fixed
- Spotless dependency was supposed to be `3.0.0.BETA1` not `3.0.0.RC2`

## [4.0.0] - 2024-07-04
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation "com.diffplug.durian:durian-io:${VER_DURIAN}"
implementation "com.diffplug.durian:durian-swt.os:${VER_DURIAN_SWT}"
implementation "commons-io:commons-io:2.16.1"
implementation "com.diffplug.spotless:spotless-lib:3.0.0.RC2"
implementation "com.diffplug.spotless:spotless-lib:3.0.0.BETA1"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation "com.squareup.okio:okio:3.9.0"
// OSGi
Expand Down

0 comments on commit e146ac0

Please sign in to comment.