An open API service indexing awesome lists of open source software.

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

Specs2 Integration for Discipline
https://github.com/typelevel/discipline-specs2

Last synced: 5 months ago
JSON representation

Specs2 Integration for Discipline

Awesome Lists containing this project

README

          

# discipline-specs2 - Specs2 Integration for Discipline [![Continuous Integration](https://github.com/typelevel/discipline-specs2/actions/workflows/ci.yml/badge.svg)](https://github.com/typelevel/discipline-specs2/actions/workflows/ci.yml) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/discipline-specs2_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/discipline-specs2_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)

## [Head on over to the microsite](https://typelevel.org/discipline-specs2)

## Quick Start

To use discipline-specs2 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:

```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "discipline-specs2" % "1.3.1"
)
```