Skip to content

Commit

Permalink
➕ Added ScalaCheck library
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed May 3, 2021
1 parent 0dc406a commit c821e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ scalacOptions ++= Seq("-deprecation")
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.8" % Test
)

libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % "test"

0 comments on commit c821e06

Please sign in to comment.