paradigmatic / Configrity

Simple, immutable and flexible configuration library for scala.
Other
132 stars 19 forks source link

The scalatest dependency should be in "test" scope #1

Closed itang closed 13 years ago

itang commented 13 years ago

The scalatest dependency should be in "test" scope?

e.g. libraryDependencies += "org.scalatest" %% "scalatest" % "1.6.1" % "test"

paradigmatic commented 13 years ago

Thanks for reporting, it's fixed now.