Ben Chuanlong Du's Blog

It is never too late to learn.

Scala Dependencies for SBT

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Joda Time

    "joda-time" % "joda-time" % "2.9.9"
    
  2. Scala XML Support

    "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
    
  3. Scala Parser Combinators

    "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
    
  4. Scala Swing

    "org.scala-lang.modules" %% "scala-swing" % "2.0.0-M2"
    
  5. Scalaz Core

    "org.scalaz" %% "scalaz-core" % "7.2.12"
    

Comments