cbt icon indicating copy to clipboard operation
cbt copied to clipboard

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala

Results 101 cbt issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/sbt/sbt-onejar

help wanted
plugin

https://github.com/sbt/sbt-native-packager

help wanted
plugin

https://github.com/sbt/sbt-assembly

help wanted
plugin

https://github.com/julianpeeters/sbt-avrohugger

feature
help wanted
plugin

@rockjam's recent changes have gotten cbt's own startup times down to ~0.6 seconds for me. (The launch via a hot nailgun takes ~0.1). The advantage without nailgun is that there...

currently build files use cbt's scalaVersion 2.11.8. Not all the dependencies of existing plugins exist for 2.12, so upgrading is not an option right now, but we could at least...

feature

if possible. would free CBT from barbary watchservice dependency. CBT would probably still have to provide support for exposing what files to watch, but how that is implemented would be...

Compile code with Scala Native. Probably similar to the scalajs plugin. See https://github.com/cvogt/cbt/blob/master/plugins/scalajs/ScalaJsBuild.scala and https://github.com/cvogt/cbt/blob/master/plugins/scalajs/ScalaJsLib.scala ( related to https://github.com/cvogt/cbt/issues/129 )

help wanted
plugin