summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/hello-world/src/Result.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make use of `CrossScalaModule` in `HelloWorldTests`Li Haoyi2018-02-031-7/+0
| | | | Also standardize the `HelloWorldTests` onto the typical project layout, where the module of interest is nested within a top-level `BaseModule`
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+7
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests