Skip to content

Instantly share code, notes, and snippets.

@akiniwa
Created April 15, 2015 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiniwa/ac0d637b2f5db83bed1d to your computer and use it in GitHub Desktop.
Save akiniwa/ac0d637b2f5db83bed1d to your computer and use it in GitHub Desktop.
build.sbt
scalaVersion := "2.10.3"
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq(
"com.github.scala-incubator.io" %% "scala-io-core" % "0.4.1",
"com.github.scala-incubator.io" %% "scala-io-file" % "0.4.1",
"joda-time" % "joda-time" % "2.0",
"org.joda" % "joda-convert" % "1.2",
"org.scalatest" % "scalatest_2.10" % "2.2.2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment