scalatestplus-scalacheck


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatestplus
ArtifactId

ArtifactId

scalatestplus-scalacheck_2.11
Last Version

Last Version

3.1.0.0-RC2
Release Date

Release Date

Type

Type

bundle
Description

Description

scalatestplus-scalacheck
scalatestplus-scalacheck
Project URL

Project URL

https://github.com/scalatest/scalatestplus-scalacheck
Project Organization

Project Organization

org.scalatestplus
Source Code Management

Source Code Management

https://github.com/scalatest/scalatestplus-scalacheck

Download scalatestplus-scalacheck_2.11

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scalatest : scalatest_2.11 jar 3.1.0-RC2
org.scalacheck : scalacheck_2.11 jar 1.14.0

Project Modules

There are no modules declared in this project.

ScalaTest Plus ScalaCheck

ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaCheck.

Usage

To use it for ScalaTest 3.2.2 and ScalaCheck 1.14.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>scalacheck-1-14</artifactId>
  <version>3.2.2.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ export SCALAJS_VERSION=0.6.33
$ sbt clean +scalatestPlusScalaCheckJS/publishSigned +scalatestPlusScalaCheckJVM/publishSigned scalatestPlusScalaCheckNative/publishSigned
$ export SCALAJS_VERSION=1.3.0
$ sbt clean +scalatestPlusScalaCheckJS/publishSigned
org.scalatestplus

ScalaTest

Versions

Version
3.1.0.0-RC2
1.0.0-SNAP8
1.0.0-SNAP7
1.0.0-SNAP6
1.0.0-SNAP5
1.0.0-SNAP4
1.0.0-SNAP3
1.0.0-SNAP2
1.0.0-SNAP1
1.0.0-M2
1.0.0-M1