scalatest


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

org.typelevel
ArtifactId

ArtifactId

discipline-scalatest_2.11
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatest
scalatest
Project URL

Project URL

https://github.com/typelevel/discipline-scalatest
Project Organization

Project Organization

org.typelevel
Source Code Management

Source Code Management

https://github.com/typelevel/discipline-scalatest

Download discipline-scalatest_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.typelevel/discipline-scalatest_2.11/ -->
<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>discipline-scalatest_2.11</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/discipline-scalatest_2.11/
implementation 'org.typelevel:discipline-scalatest_2.11:2.1.1'
// https://jarcasting.com/artifacts/org.typelevel/discipline-scalatest_2.11/
implementation ("org.typelevel:discipline-scalatest_2.11:2.1.1")
'org.typelevel:discipline-scalatest_2.11:jar:2.1.1'
<dependency org="org.typelevel" name="discipline-scalatest_2.11" rev="2.1.1">
  <artifact name="discipline-scalatest_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='discipline-scalatest_2.11', version='2.1.1')
)
libraryDependencies += "org.typelevel" % "discipline-scalatest_2.11" % "2.1.1"
[org.typelevel/discipline-scalatest_2.11 "2.1.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.typelevel : discipline-core_2.11 jar 1.1.3
org.scalatestplus : scalacheck-1-15_2.11 jar 3.2.3.0
org.scalatest : scalatest_2.11 jar 3.2.3

Project Modules

There are no modules declared in this project.

discipline-scalatest - ScalaTest binding for Typelevel Discipline Build Status Maven Central Code of Conduct

Head on over to the microsite

Quick Start

To use discipline-scalatest in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "org.typelevel" %% "discipline-scalatest" % "<version>"
)
org.typelevel

typelevel.scala

Let the Scala compiler work for you.

Versions

Version
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
1.0.0-RC4
1.0.0-RC3
1.0.0-RC2
1.0.0-RC1
1.0.0-M1
0.12.0-M3
0.12.0-M2
0.12.0-M1