Skip to content

Instantly share code, notes, and snippets.

@josephpconley
Last active January 4, 2016 06:58
Show Gist options
  • Save josephpconley/8584992 to your computer and use it in GitHub Desktop.
Save josephpconley/8584992 to your computer and use it in GitHub Desktop.
name := "ebook"
version := "1.0"
scalaVersion := "2.10.2"
libraryDependencies ++= Seq(
"net.sourceforge.htmlunit" % "htmlunit" % "2.13",
"com.github.scala-incubator.io" %% "scala-io-core" % "0.4.2",
"com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment