Skip to content

Releases: alenkacz/gradle-scalafmt

Class initialization error fixed

20 Apr 07:23
cec4289
Compare
Choose a tag to compare
1.16.2

fix: class initialization error fixed Fixes #42

Publishing to the Gradle plugin portal fixed

13 Apr 20:18
Compare
Choose a tag to compare

Previous versions, 1.15.0 and 1.16.0 were not published to the Gradle plugin portal, due to outdated upload plugin.

Performance optimization

13 Apr 18:47
7fd3af1
Compare
Choose a tag to compare
feat: optimization as suggested in #34 (#41)

Co-authored-by: Michal Augustýn <michal.augustyn@avast.com>

scalafmt 2.7.5

12 Apr 16:04
2991939
Compare
Choose a tag to compare

And also update to Gradle 6.8.3 and deprecation messages resolved so this plugin should be compatible with Gradle 7.

Gradle 6.x

21 Mar 14:29
fd461b4
Compare
Choose a tag to compare

Gradle 6.2.2 used, and minor dependencies updates.

1.13.0

27 Jan 08:38
Compare
Choose a tag to compare

Use gradle build cache

Dependency resolution fixed

03 Jan 16:12
Compare
Choose a tag to compare

See #32 for more details.

Files in buildDir ignored

03 Jan 15:27
Compare
Choose a tag to compare

It doesn't make sense to format e.g. generated files (that typically lives in buildDir.

Maven repositories passed to scalafmt

10 Dec 10:41
Compare
Choose a tag to compare
1.10.0

passing defined repositories to scalafmt (#28) (#31)

scalafmt-dynamic updated to 2.2.2

21 Nov 13:28
9170b25
Compare
Choose a tag to compare

Also the project itself little bit refreshed - Gradle 5.6.4 used and minor Gradle plugins updates.