Skip to content

Instantly share code, notes, and snippets.

@RawToast
Created February 9, 2017 13:37
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 RawToast/64b63bebbdc2696e0085999f2d92dfe3 to your computer and use it in GitHub Desktop.
Save RawToast/64b63bebbdc2696e0085999f2d92dfe3 to your computer and use it in GitHub Desktop.
name := "interest-calc"
version := "1.0"
scalaVersion := "2.11.8"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.0" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment