We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting Started (markdown)
Adding reading material
Updating sbt
Possibly this page is deprecated. Still 2.9 Scala version should NOT be recommended
Remove job stuff from Getting Started
Fix dead link for SBT install instructions
fixed a few more code example that are not valid scala when rendered
made some things in the example clearer to the first run is actually successful.
gh's code render renders `line.split("\\s+")` as `line.split("\s+")` which of course will not compile ( which is a bad experience for the copy paster ). `line.split("""\s+""")` on the the other hand will render _and_ compile
fixed typo " files must be change" -> " files must be changed"
was actually a typo on my end (using literal instead of string for args) -- reverting back to the original
Code in example was slightly out of date causing compliation issues, and head scratching
links to info about building with Leiningen
Added link to Scala cookbook
need to clone the right branch
Add a note about using MacPorts with its current default of sbt 0.12.
Update docs for other versions of Scala
sbt package-dist fails for me and doesn't seem necessary
Fixed quoting on the line split
wrong split regex caused unexpected result