sbt/project
jvican fd4bf0e635
Replace previous scalafmt plugin by neo-scalafmt
The previous scalafmt plugin had two problems:

* Caching with Coursier did not work correctly
* It failed after the upgrade to 1.0 in my computer (from a clean fork):

```
[error] (testingProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (runProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (taskProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (stdTaskProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (actionsProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (protocolProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (commandProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (mainSettingsProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (mainProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (sbtProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (scriptedPluginProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] (scriptedSbtProj/compile:scalafmtInc) java.lang.NoClassDefFoundError: Could not initialize class scala.meta.package$
[error] Total time: 19 s, completed May 24, 2017 10:44:56 AM
```

This commit replaces the previous scalafmt integration by the one
created by Lucidsoftware, big shoutout! (/cc @pauldraper)

https://github.com/lucidsoftware/neo-sbt-scalafmt
2017-05-24 11:15:22 +02:00
..
ContrabandConfig.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Dependencies.scala Fix content log not showing up on `test` 2017-05-19 00:15:19 -04:00
Docs.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
NightlyPlugin.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
PublishBinPlugin.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
Release.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
SbtLauncherPlugin.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
Scripted.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
SiteMap.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
StatusPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Sxr.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
Transform.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
Util.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
build.properties Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
plugins.sbt Replace previous scalafmt plugin by neo-scalafmt 2017-05-24 11:15:22 +02:00