Fix #3160: Don't use val extractor in build

See comment in https://github.com/sbt/sbt/issues/3160.
This commit is contained in:
jvican 2017-05-01 19:17:09 +02:00
parent 9d8f18a4a4
commit c6610b9395
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
lazy val a,b = project
lazy val a = project
lazy val b = project
def now = System.currentTimeMillis