Skip to content

Commit

Permalink
Updated remaining versions to 3.2.14 in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 25, 2022
1 parent 28891d4 commit db52aad
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 @@ -3,12 +3,12 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC

**Usage**

To use it for ScalaTest 3.2.13 and ScalaCheck 1.16.x:
To use it for ScalaTest 3.2.14 and ScalaCheck 1.16.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.13.0" % "test"
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test"
```

Maven:
Expand Down

0 comments on commit db52aad

Please sign in to comment.