Skip to content

History / Getting Started

Revisions

  • Updated Getting Started (markdown)

    @sid-kap sid-kap committed Oct 2, 2015
  • Adding reading material

    @Antwnis Antwnis committed Oct 2, 2015
  • Updating sbt

    @Antwnis Antwnis committed Oct 2, 2015
  • Possibly this page is deprecated. Still 2.9 Scala version should NOT be recommended

    @Antwnis Antwnis committed Oct 2, 2015
  • Updated Getting Started (markdown)

    @sid-kap sid-kap committed Jul 10, 2015
  • Remove job stuff from Getting Started

    @sid-kap sid-kap committed Jul 10, 2015
  • Updated Getting Started (markdown)

    @johnynek johnynek committed Mar 28, 2015
  • Updated Getting Started (markdown)

    @johnynek johnynek committed Dec 4, 2014
  • Updated Getting Started (markdown)

    @johnynek johnynek committed Dec 4, 2014
  • Updated Getting Started (markdown)

    @xinhhuynh xinhhuynh committed Feb 4, 2014
  • Updated Getting Started (markdown)

    @xinhhuynh xinhhuynh committed Feb 4, 2014
  • Fix dead link for SBT install instructions

    @mikegagnon mikegagnon committed Sep 11, 2013
  • fixed a few more code example that are not valid scala when rendered

    @softprops softprops committed Aug 28, 2013
  • made some things in the example clearer to the first run is actually successful.

    @softprops softprops committed Aug 28, 2013
  • 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

    @softprops softprops committed Aug 28, 2013
  • fixed typo " files must be change" -> " files must be changed"

    @softprops softprops committed Aug 28, 2013
  • Updated Getting Started (markdown)

    @johnmaxwelliv johnmaxwelliv committed Aug 4, 2013
  • was actually a typo on my end (using literal instead of string for args) -- reverting back to the original

    @mylons mylons committed Jul 18, 2013
  • Code in example was slightly out of date causing compliation issues, and head scratching

    @mylons mylons committed Jul 18, 2013
  • links to info about building with Leiningen

    @masverba masverba committed May 1, 2013
  • Updated Getting Started (markdown)

    @johnynek johnynek committed Apr 26, 2013
  • Added link to Scala cookbook

    @willf willf committed Feb 27, 2013
  • need to clone the right branch

    @willf willf committed Feb 23, 2013
  • Updated Getting Started (markdown)

    @flavianv flavianv committed Oct 10, 2012
  • Add a note about using MacPorts with its current default of sbt 0.12.

    @ljrittle ljrittle committed Aug 23, 2012
  • Update docs for other versions of Scala

    @jcoveney jcoveney committed Jun 26, 2012
  • sbt package-dist fails for me and doesn't seem necessary

    snoble committed Jun 20, 2012
  • Fixed quoting on the line split

    @alexanderdean alexanderdean committed May 19, 2012
  • wrong split regex caused unexpected result

    @xiaoruoruo xiaoruoruo committed Apr 10, 2012
  • Updated Getting Started (markdown)

    @echen echen committed Apr 9, 2012