sbt/sbt
Mark Harrah 87e406fcbd support vals/defs in build.sbt
* must start with val, lazy val, or def (no modifiers currently)
* visible only within the same .sbt file
* multiple definitions allowed without being separated by blank lines
* no blank lines allowed within a definition
2012-11-17 16:27:25 -05:00
..
notes notes from 0.11.3 2012-05-05 20:35:04 -04:00
src/sbt-test support vals/defs in build.sbt 2012-11-17 16:27:25 -05:00
package.scala basis for a resident compiler 2012-04-28 18:58:52 -04:00