From adfdd51bd02c3ea648465b11dd94490eca2ac301 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Fri, 12 Jul 2019 09:19:27 -0500 Subject: [PATCH] Update for release 4.3.0 (#270) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30e07e0f..0ed1e68c 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Artefacts are published to Maven Central and Sonatype OSS. For ScalaTest, to use ScalaMock in your Tests, add the following to your `build.sbt`: ```scala -libraryDependencies += Seq("org.scalamock" %% "scalamock" % "4.2.0" % Test, - "org.scalatest" %% "scalatest" % "3.0.8-RC2" % Test) +libraryDependencies += Seq("org.scalamock" %% "scalamock" % "4.3.0" % Test, + "org.scalatest" %% "scalatest" % "3.0.8" % Test) ``` ## Documentation