Skip to content

Instantly share code, notes, and snippets.

@phaller
Created March 5, 2012 20:46
Show Gist options
  • Save phaller/1980974 to your computer and use it in GitHub Desktop.
Save phaller/1980974 to your computer and use it in GitHub Desktop.
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.0.0",
"org.specs2" %% "specs2" % "1.8.2" % "test",
"org.mockito" % "mockito-all" % "1.9.0" % "test",
"junit" % "junit" % "4.7" % "test"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment