Blank lines in build.sbt in 0.10.0

85 views
Skip to first unread message

ngocdaothanh

unread,
Jun 6, 2011, 1:56:12 AM6/6/11
to simple-build-tool
I'm new to 0.10.0.

I would like to ask why I can't write like this:

organization := "xxx"
name := "yyy"
version := "1.1-SNAPSHOT"
scalaVersion := "2.9.0-1"

Currently, there must be blank lines, like this:

organization := "xxx"

name := "yyy"

version := "1.1-SNAPSHOT"

scalaVersion := "2.9.0-1"

Thanks.

Mark Harrah

unread,
Jun 6, 2011, 10:26:13 AM6/6/11
to simple-b...@googlegroups.com
On Sun, 5 Jun 2011 22:56:12 -0700 (PDT)
ngocdaothanh <ngocda...@gmail.com> wrote:

> I'm new to 0.10.0.
>
> I would like to ask why I can't write like this:
>
> organization := "xxx"
> name := "yyy"
> version := "1.1-SNAPSHOT"
> scalaVersion := "2.9.0-1"

This would require either:
a) all settings to be a single line
b) using the compiler to separate expressions

a) is not an option. b) may happen at some point, but I try to avoid introducing the overhead of starting up a compiler wherever possible.

-Mark

Reply all
Reply to author
Forward
0 new messages