Commit e9743861 authored by Max Lv's avatar Max Lv

remove scalatest

parent 24bb2006
...@@ -42,8 +42,7 @@ object General { ...@@ -42,8 +42,7 @@ object General {
proguardSettings ++ proguardSettings ++
AndroidManifestGenerator.settings ++ AndroidManifestGenerator.settings ++
AndroidMarketPublish.settings ++ Seq ( AndroidMarketPublish.settings ++ Seq (
cachePasswords in Android := true, cachePasswords in Android := true
libraryDependencies += "org.scalatest" %% "scalatest" % "1.8" % "test"
) )
} }
......
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