We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28891d4 commit db52aadCopy full SHA for db52aad
README.md
@@ -3,12 +3,12 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC
3
4
**Usage**
5
6
-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:
7
8
SBT:
9
10
```
11
-libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.13.0" % "test"
+libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test"
12
13
14
Maven:
0 commit comments