scalatest / scalatestplus-mockito

ScalaTest + JMock provides integration support between ScalaTest and Mockito.
Apache License 2.0
16 stars 11 forks source link

Please document artifact name of latest release #12

Open anne-decusatis opened 4 years ago

anne-decusatis commented 4 years ago

http://www.scalatest.org/install does not include instructions on how to install any scalatestplus versions. From https://github.com/scalatest/scalatest/issues/1548 and build.sbt, I guessed that the latest artifact name and version would be "org.scalatestplus" %% "scalatestplus-mockito" % "3.1.0.0". This was not the case and it took me several tries to guess the actual artifact name, which is "org.scalatestplus" %% "mockito-1-10" % "3.1.0.0"

Please put this information in both the README and release notes.

cheeseng commented 4 years ago

Hi @anne-decusatis , sorry for the inconvenient, I have submitted a PR for this:

https://github.com/scalatest/scalatestplus-mockito/pull/10

rydenius commented 4 years ago

@cheeseng Could you please also explain how this relates to the "org.scalatestplus" %% "scalatestplus-mockito" % "1.0.0-M2" artifact? Is that something entirely different, or an older version?