scalatest


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

org.typelevel
ArtifactId

ArtifactId

discipline-scalatest_2.12
Last Version

Last Version

2.1.5
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.12

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
org.typelevel : discipline-core_2.12 jar 1.1.5
org.scalatestplus : scalacheck-1-15_2.12 jar 3.2.9.0
org.scalatest : scalatest_2.12 jar 3.2.9

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.5
2.1.4
2.1.3
2.1.2
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