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: org.scalatestplus mockito-3-4 - 3.2.2.0 + 3.2.3.0 test ``` @@ -28,4 +28,4 @@ Please use the following commands to publish to Sonatype: ``` $ sbt +publishSigned -``` \ No newline at end of file +```