Skip to content

Instantly share code, notes, and snippets.

@freekh
Created February 27, 2012 21:56
Show Gist options
  • Save freekh/1927361 to your computer and use it in GitHub Desktop.
Save freekh/1927361 to your computer and use it in GitHub Desktop.
Library dependencies
libraryDependencies ++= Seq(
"org.specs2" %% "specs2" % "1.8.2" % "test",
"junit" % "junit" % "4.7" % "test"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment