scala - Minimal full SBT project with plugins -
so sbt (0.10) produces weirdest errors when try create project has kind of configuration, not copying wiki examples works…
is there nice collection of minimal, working sbt projects? (not basic/quick .sbt
stuff full .scala
files in project/
) wiki snippets seem outdated or wrong somehow…
my attempt @ integrating scalariform failed sbt not being able compile import sbt._
in project/plugins/plugins.scala
?! (without other custom files in tree. should have worked far understand it…)
basically need project scalariform
, -deprecated
compiler option (that didn't work in quick mode…)
if use sbt 0.10.x (xsbt), you'll have wait bit. plugin not compatible:
https://github.com/harrah/xsbt/wiki/sbt-0.10-plugins-list
if use sbt 0.7.x, instructions on sbt-scalariform
github page should work.
Comments
Post a Comment