mirror of https://github.com/sbt/sbt.git
Fix #3160: Don't use val extractor in build
See comment in https://github.com/sbt/sbt/issues/3160.
This commit is contained in:
parent
9d8f18a4a4
commit
c6610b9395
|
|
@ -1,4 +1,5 @@
|
||||||
lazy val a,b = project
|
lazy val a = project
|
||||||
|
lazy val b = project
|
||||||
|
|
||||||
def now = System.currentTimeMillis
|
def now = System.currentTimeMillis
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue