cbt
cbt copied to clipboard
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
https://contributors.scala-lang.org/t/asking-for-your-feedback-on-sbt-scala-center-announcement/738/72
http://nocandysw.com/sbt-adhoc-subprojects-plugin
I guess I had a pretty old version of cbt lying around, so I did a `git pull`. At that point I was stuck, since running `cbt` failed to build,...
The design document says the following: > For implicit classes it is a little bit trickier as those should extend AnyVal for performance reasons, but that's only allowed in an...
plugins.sbtLayout is too annoying right now, this should be easy. Maybe at least make them built-in plugins
> I suggest to make use of the Dreyfus model when improving the SBT documentation. The Dreyfus model shows how people have different needs depending on their level of a...
see https://index.scala-lang.org/search?q=keywords%3Asbt-plugin&page=1&sort=stars
maybe look at https://github.com/dwijnand/sbt-dynver for inspiration even better would be inferring version numbers from binary compatibility properties. OSGI does something like that if I am not mistaken.