scalatest


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

dev.travisbrown
ArtifactId

ArtifactId

discipline-scalatest_0.22
Last Version

Last Version

1.0.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

dev.travisbrown
Source Code Management

Source Code Management

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

Download discipline-scalatest_0.22

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.22 jar 0.22.0-RC1
org.typelevel : discipline-core_2.13 jar 1.0.2
dev.travisbrown : scalacheck-1-14_0.22 jar 3.1.1.1

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>"
)
dev.travisbrown

typelevel.scala

Let the Scala compiler work for you.

Versions

Version
1.0.1
1.0.0-20200201-c4c847f-NIGHTLY
1.0.0-20200123-9982f0d-NIGHTLY