Skip to content

Instantly share code, notes, and snippets.

@myeesan
Last active December 19, 2015 09:39
Show Gist options
  • Save myeesan/5935172 to your computer and use it in GitHub Desktop.
Save myeesan/5935172 to your computer and use it in GitHub Desktop.
scalaVersion := "2.10.2"
name := "testSbt"
version := "1.0"
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test"
libraryDependencies += "junit" % "junit" % "4.10" % "test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment