Skip to content

Commit

Permalink
Changed scope of Mockito dependency to "test".
Browse files Browse the repository at this point in the history
  • Loading branch information
sjednac committed Jul 15, 2015
1 parent f723cb1 commit 4cb59ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -50,6 +50,6 @@ libraryDependencies += "com.typesafe.play" %% "play-json" % "2.4.0-M1"

libraryDependencies += "org.scalaj" %% "scalaj-http" % "1.1.0"

libraryDependencies += "org.mockito" % "mockito-core" % "1.8.5"
libraryDependencies += "org.mockito" % "mockito-core" % "1.8.5" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.1" % "test"

0 comments on commit 4cb59ba

Please sign in to comment.