Commit e9743861 authored by Max Lv's avatar Max Lv

remove scalatest

parent 24bb2006
......@@ -42,8 +42,7 @@ object General {
proguardSettings ++
AndroidManifestGenerator.settings ++
AndroidMarketPublish.settings ++ Seq (
cachePasswords in Android := true,
libraryDependencies += "org.scalatest" %% "scalatest" % "1.8" % "test"
cachePasswords in Android := true
)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment