Created
February 9, 2017 13:37
-
-
Save RawToast/64b63bebbdc2696e0085999f2d92dfe3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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