4

I had been using Scalariform in a project I upgraded to Scala 2.11. In doing so, I discovered that Scalariform does not appear to have an artifact published for 2.11 in any of the usual places. This makes the usual sbt cross-version dependency unhappy.

As 2.11 has been out for a while already, this has me questioning if the usage of Scalariform as an embedded library should be considered abandoned? Has the community moved on to an alternative I just don't know about?

Brian Kent
  • 3,754
  • 1
  • 26
  • 31
  • I don't think this is a particularly good Stack Overflow question, but it's a good question, and [here's a recent partial answer](https://twitter.com/mattrusselluk/status/560189467005550593). – Travis Brown Feb 11 '15 at 21:43

1 Answers1

3

Scalafmt is an alternative code formatter that does compile to 2.11 and can be used as an embedded library. An up-to-date usage example is here https://olafurpg.github.io/scalafmt/#Standalonelibrary