-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update scalariform version to 0.2.0
#36
Comments
We integrate [Scalariform](https://github.com/scala-ide/scalariform) in the build process of this project. * 'plugins.sbt': we add the most recent version of the [sbt-plugin](https://github.com/sbt/sbt-scalariform) for scalariform. * `Settings.scala`: we add a set of settings for scalariform. Each setting is explained later. * `Dependencies.scala`: the sbt plugin uses a too old version of the [library](sbt/sbt-scalariform#36). We add the newer version as a dependency in all modules, so that the plugin would use this new version instead.
We integrate [Scalariform](https://github.com/scala-ide/scalariform) in the build process of this project. * 'plugins.sbt': we add the most recent version of the [sbt-plugin](https://github.com/sbt/sbt-scalariform) for scalariform. * `Settings.scala`: we add a set of settings for scalariform. Each setting is explained later. * `Dependencies.scala`: the sbt plugin uses a too old version of the [library](sbt/sbt-scalariform#36). We add the newer version as a dependency in all modules, so that the plugin would use this new version instead. The set of scalariform settings were the result of a poll conducted among developers of 47 Degrees.
Is scalariform 0.2.0 released? I don't see it anywhere, e.g. http://search.maven.org/#search%7Cga%7C2%7Cscalariform |
@ryan-williams - You can find the scalariform 0.2.0 snapshot here. @sschaef sent me this on Reddit. I'd be awesome if the current Scalariform repo could be tagged with a release and then the JAR file could be uploaded to an easy location for @ryan-williams to update sbt-scalariform. |
1.7.0 published with dependency on scalariform 0.2.1 |
It would be awesome if you can update the version of scalariform as they have added new configuration settings like
doubleInsideDeclarationMethod
.Also, I would appreciate if you can publish it.
The text was updated successfully, but these errors were encountered: