[Notice] Announcing the End of Demo Server [Read me]

add dependency for mockito
@29b2ac579eb4b0b6951588d0658390ee61a40c78
--- project/Build.scala
+++ project/Build.scala
... | ... | @@ -41,7 +41,8 @@ |
41 | 41 |
"com.github.julienrf" %% "play-jsmessages" % "1.4.1", |
42 | 42 |
"commons-collections" % "commons-collections" % "3.2.1", |
43 | 43 |
"org.jsoup" % "jsoup" % "1.7.2", |
44 |
- "com.googlecode.juniversalchardet" % "juniversalchardet" % "1.0.3" |
|
44 |
+ "com.googlecode.juniversalchardet" % "juniversalchardet" % "1.0.3", |
|
45 |
+ "org.mockito" % "mockito-all" % "1.9.0" % "test" |
|
45 | 46 |
) |
46 | 47 |
|
47 | 48 |
val projectSettings = Seq( |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?