cbt icon indicating copy to clipboard operation
cbt copied to clipboard

let people pick their scalaVersion for build files

Open cvogt opened this issue 8 years ago • 0 comments

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 allow users to choose the scalaVersion. This would require CBT to allow being compiled and run in a different version, which should be similar to using entirely different versions in DirectoryDependency, but simply passing through a different version to be used.

cvogt avatar Apr 02 '17 08:04 cvogt