Skip to content

Commit

Permalink
Updated README.md to use scalacheck 1.16 and version 3.2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Apr 29, 2022
1 parent e81f133 commit 32e7dc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC

**Usage**

To use it for ScalaTest 3.2.11 and ScalaCheck 1.15.x:
To use it for ScalaTest 3.2.12 and ScalaCheck 1.16.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % "test"
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.12.0" % "test"
```

Maven:

```
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-15_2.13</artifactId>
<version>3.2.11.0</version>
<artifactId>scalacheck-1-16_2.13</artifactId>
<version>3.2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 32e7dc6

Please sign in to comment.