diff --git a/README.md b/README.md index ab082dd..df8e692 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.2 and Mockito 3.4.x: SBT: ``` -libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.2.0" % "test" +libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.3.0" % "test" ``` Maven: @@ -17,7 +17,7 @@ Maven: <dependency> <groupId>org.scalatestplus</groupId> <artifactId>mockito-3-4</artifactId> - <version>3.2.2.0</version> + <version>3.2.3.0</version> <scope>test</scope> </dependency> ``` @@ -28,4 +28,4 @@ Please use the following commands to publish to Sonatype: ``` $ sbt +publishSigned -``` \ No newline at end of file +```