Skip to content

Commit

Permalink
Update for release 4.3.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored and barkhorn committed Jul 12, 2019
1 parent d2ec461 commit adfdd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adfdd51

Please sign in to comment.