Skip to content

Commit

Permalink
Remove org.mockito:mockito-all dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed May 22, 2015
1 parent 488224c commit 01bae6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -26,8 +26,7 @@ val mainScalaVersion = "2.10.4"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test"
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
)


Expand Down

0 comments on commit 01bae6c

Please sign in to comment.