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

help wanted
documentation
IntelliJ IDEA

https://github.com/cvogt/cbt/blob/663a0f9095ab77138a6a8bc76b788dc2b55928b7/plugins/scalafix/build/build.scala#L21 Now the scalahost dependency is fixed but if you set the defaultScalaVersion = "2.12.3" for example the only version on maven is the "1.8.0" [Maven central](https://repo1.maven.org/maven2/org/scalameta/scalahost_2.12.3/) .. For [scala...

To reproduce: ``` brandon@beb82dell0:~/workspace/ProjectGists/Scala$ mkdir CBT_eval_with_override brandon@beb82dell0:~/workspace/ProjectGists/Scala$ cd CBT_eval_with_override/ brandon@beb82dell0:~/workspace/ProjectGists/Scala/CBT_eval_with_override$ cbt tools createMain (Note: nailgun not found. It makes CBT faster! Try 'brew install nailgun' or 'apt-get install nailgun'.) Created...

@darthorimar please review

creating a PR for easier comparison

I was thinking I'd start implementing a docker plugin, by replicating sbt-native-packager, which uses spotify's docker client. Spotify's docker client depends on `jersey-client`, the [parent](https://search.maven.org/#artifactdetails%7Corg.glassfish.jersey%7Cproject%7C2.22.2%7Cpom) of which contains an "import...

As things currently stand, running `cbt` shows "" for accessible members of Build but a whole bunch from CBT

I'm trying cbt for the first time. So far it looks quite promising. But the first thing I wanted to do was to tell cbt which Scala version to use...