-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type mismatch in Task Graph examples #501
Comments
Thanks @kelemensanyi. |
Hey there, I am new into sbt and I was also reading through the tutorial and hit the problem. When I type
I would like to have confirmation uppon that, because I can't really myself, as I am new into sbt. EDIT:
|
ur.allConfigurations.map(_.toString) should be good enough :)
gives then: [IJ]sbt:work> show scalacOptions |
Updated scalacOptions examples to output correct Seq[String]'s - raised here: sbt/website#501
The Task Graph page http://www.scala-sbt.org/1.x/docs/Task-Graph.html contains three examples containing the expression
ur.allConfigurations.take(3)
which all seem broken:The text was updated successfully, but these errors were encountered: