xsbt-filter
xsbt-filter copied to clipboard
Examples for Scala.build files?
Thanks for this plugin-- I think it's perfect for what I need, I'm just having a small problem integrating it...
I'm still fairly new to Scala and very new to SBT. I'm currently working on a project that uses an Build.scala modeled much like the Akka build:
https://github.com/akka/akka/blob/master/project/AkkaBuild.scala
That said, I'm not quite sure how to use this plugin in a build like that which uses regular Scala instead of the .sbt files. Could you provide an example of how to configure it when using a Build.scala?