cats-testkit-scalatest_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-testkit-scalatest_3</artifactId>
<version>2.1.5</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.typelevel</groupId>
<artifactId>cats-testkit-scalatest_3</artifactId>
<packaging>jar</packaging>
<description>cats-testkit-scalatest</description>
<url>https://github.com/typelevel/cats-testkit-scalatest</url>
<version>2.1.5</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>cats-testkit-scalatest</name>
<organization>
<name>org.typelevel</name>
<url>https://github.com/typelevel/cats-testkit-scalatest</url>
</organization>
<scm>
<url>https://github.com/typelevel/cats-testkit-scalatest</url>
<connection>git@github.com:typelevel/cats-testkit-scalatest.git</connection>
</scm>
<developers>
<developer>
<id>rossabaker</id>
<name>Ross A Baker</name>
<url>http://github.com/rossabaker</url>
</developer>
<developer>
<id>kailuowang</id>
<name>Kai(luo) Wang</name>
<url>http://github.com/kailuowang</url>
</developer>
<developer>
<id>ceedubs</id>
<name>Cody Allen</name>
<url>http://github.com/ceedubs</url>
</developer>
<developer>
<id>non</id>
<name>Erik Osheim</name>
<url>http://github.com/non</url>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<url>http://github.com/travisbrown</url>
</developer>
<developer>
<id>paulp</id>
<name>Paul Phillips</name>
<url>http://github.com/paulp</url>
</developer>
<developer>
<id>dwijnand</id>
<name>Dale Wijnand</name>
<url>http://github.com/dwijnand</url>
</developer>
<developer>
<id>Alistair-Johnson</id>
<name>Alistair Johnson</name>
<url>http://github.com/Alistair-Johnson</url>
</developer>
<developer>
<id>adelbertc</id>
<name>Adelbert Chang</name>
<url>http://github.com/adelbertc</url>
</developer>
<developer>
<id>ChristopherDavenport</id>
<name>Christopher Davenport</name>
<url>http://github.com/ChristopherDavenport</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-laws_3</artifactId>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-scalatest_3</artifactId>
<version>2.1.5</version>
</dependency>
</dependencies>
</project>