summaryrefslogtreecommitdiff
path: root/build.sc
AgeCommit message (Collapse)Author
2020-02-28Retain default version assignment (#1365)Jim Lawson
The release process uses python to scan and set expected versions for a release. The `val defaultVersions = ` stanza should be present for this to work.
2020-02-21mill: add testOnly (#1357)Sequencer
2020-02-21mill: sbt-compatible publishing (#1356)Sequencer
2020-02-13Fix mill build (#1324)Sequencer
* add mill build * add gitignore and mill version
2020-02-11Bump sbt and tool/plugin dependencies. (#1332)Jim Lawson
2019-11-05Bump master SNAPSHOT version. (#1227)Jim Lawson
2019-09-19Add running one testcase to mill (#1103)Leway Colin
2019-09-16Bump Scala to 2.12.10 (#1179)Jack Koenig
2019-09-09Bump Scala in build.scJack Koenig
2019-09-05Bump dependency versions (#1158)Jim Lawson
2019-08-12Use java.lang.NullPointerException other than scala.UnitializedFieldErrorcolin4124
2019-05-21Include snapshots by default in mill (#1096)edwardcwang
* Include snapshots by default in mill. * Move repositories definition so all modules may use it.
2019-03-20Mill support for Chisel3 (#1035)edwardcwang
Co-Authored-By: Jack Koenig <jack.koenig3@gmail.com> Co-Authored-By: Jim Lawson <ucbjrl@berkeley.edu>