From 965a7a3b2c39236774ce511075b635737c948e1f Mon Sep 17 00:00:00 2001 From: Marcus Rosti Date: Thu, 12 Nov 2020 09:32:18 -0800 Subject: [PATCH] Updates readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```