Releases: alenkacz/gradle-scalafmt
Releases · alenkacz/gradle-scalafmt
1.8.0
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
Do not try to load config multiple times when formatting code. Also improve logging
1.7.1
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
Updated scalafmt-core to 1.5.1
Updated scalafmt to 1.4.0
1.6.0
update publishing plugins
1.5.1
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
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
Scalafmt updated to 1.1.0
1.3.5
New scalafmt 0.6.6 for scala 2.12
1.3.4
version 0.6.3 of scalafmt