Skip to content

Releases: alenkacz/gradle-scalafmt

1.8.0

02 Mar 07:53
689d65c
Compare
Choose a tag to compare

We are now using scalafmt-dynamic as a dependency which allows everyone to choose their scalafmt version inside scalafmt config. As a default, we're still sticking to the last stable version. E.g. to try out this plugin with non-stable 2.0.0-RC4 release, just put version = "2.0.0-RC4" into your scalafmt config.

When 2.0 is out as stable, we're going to release 2.0 version of the plugin and will drop the hardcoded default version.

1.7.2

01 Feb 14:01
e9941b6
Compare
Choose a tag to compare

Do not try to load config multiple times when formatting code. Also improve logging

1.7.1

01 Feb 13:29
1ee6cf8
Compare
Choose a tag to compare

When specified path to the scalafmt config, plugin looks for such file first in the project folder, if not found, tries to resolve the path against the root project

1.7.0

20 Aug 15:21
42f9960
Compare
Choose a tag to compare

Updated scalafmt-core to 1.5.1

Updated scalafmt to 1.4.0

02 Jan 10:28
Compare
Choose a tag to compare
1.6.0

update publishing plugins

1.5.1

28 Oct 08:28
Compare
Choose a tag to compare

There was a problem with publishing artifacts for 1.5.0 - releasing 1.5.1 just to be sure artifacts land where they should

Also contains updated dependencies like Scalafmt 1.3.0

1.5.0

14 Aug 08:08
Compare
Choose a tag to compare

Update to scalafmt 1.2.0

This release was due to a bug in publish plugin not correctly uploaded to plugin portal! Please use newer version

1.4.0

30 Jul 19:31
Compare
Choose a tag to compare

Scalafmt updated to 1.1.0

1.3.5

05 Apr 15:28
Compare
Choose a tag to compare

New scalafmt 0.6.6 for scala 2.12

1.3.4

20 Mar 17:39
Compare
Choose a tag to compare

version 0.6.3 of scalafmt