File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC
3
3
4
4
** Usage**
5
5
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:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "scalacheck-1-15 " % "3.2.11 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16 " % "3.2.12 .0" % "test"
12
12
```
13
13
14
14
Maven:
15
15
16
16
```
17
17
<dependency>
18
18
<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>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
You can’t perform that action at this time.
0 commit comments