Skip to content

Instantly share code, notes, and snippets.

@yogeshsajanikar
Created March 7, 2015 05:03
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 yogeshsajanikar/b12f0fd02f0c336f314d to your computer and use it in GitHub Desktop.
Save yogeshsajanikar/b12f0fd02f0c336f314d to your computer and use it in GitHub Desktop.
Build configuration to enable scalacheck with scalatest
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.2" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.1" % "test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment