Skip to content

Commit

Permalink
fix #82
Browse files Browse the repository at this point in the history
scalameter dependency should be the "test" scope
  • Loading branch information
xuwei-k committed Jun 23, 2016
1 parent addca26 commit 4cc3df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -15,7 +15,7 @@ object ScalaCSVProject extends Build {
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.scalacheck" %% "scalacheck" % "1.11.4" % "test",
"com.storm-enroute" %% "scalameter" % "0.7"
"com.storm-enroute" %% "scalameter" % "0.7" % "test"
),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 4cc3df5

Please sign in to comment.