Skip to content

Commit

Permalink
Upgrade Mockito to 1.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Mar 23, 2015
1 parent 8a88c63 commit d3aecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -27,7 +27,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.9.5" % "test"
"org.mockito" % "mockito-all" % "1.10.19" % "test"
)


Expand Down

0 comments on commit d3aecfb

Please sign in to comment.