Skip to content

Commit

Permalink
Updated README for 3.2.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jun 1, 2020
1 parent 3c14703 commit d6907e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.2 and ScalaCheck 1.14.x:
To use it for ScalaTest 3.2.0 and ScalaCheck 1.14.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0" % "test"
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0" % "test"
```

Maven:
Expand All @@ -17,7 +17,7 @@ Maven:
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-14</artifactId>
<version>3.1.2.0</version>
<version>3.2.0.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit d6907e1

Please sign in to comment.