Skip to content

Commit 32e7dc6

Browse files
committed
Updated README.md to use scalacheck 1.16 and version 3.2.12.0.
1 parent e81f133 commit 32e7dc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC
33

44
**Usage**
55

6-
To use it for ScalaTest 3.2.11 and ScalaCheck 1.15.x:
6+
To use it for ScalaTest 3.2.12 and ScalaCheck 1.16.x:
77

88
SBT:
99

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

1414
Maven:
1515

1616
```
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
19-
<artifactId>scalacheck-1-15_2.13</artifactId>
20-
<version>3.2.11.0</version>
19+
<artifactId>scalacheck-1-16_2.13</artifactId>
20+
<version>3.2.12.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

0 commit comments

Comments
 (0)