summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Collapse)AuthorAgeFilesLines
...
* First set of unit tests running through MillLi Haoyi2017-11-111-4/+17
|
* Swap over to new `projectDeps` mechanism for defining dependencies between ↵Li Haoyi2017-11-111-12/+15
| | | | various `scalaplugin.Subproject`s
* rename forge -> millLi Haoyi2017-11-101-7/+7
|
* First full metacircular compile-build-execute workflow now works using the ↵Li Haoyi2017-11-071-0/+47
`build.sc` file in the root of the repo. Run using ``` sbt scalaplugin/compile "core/run build.sc ScalaPlugin.console" ```