discipline-scalatest_sjs1_3.0.0-RC2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-scalatest_sjs1_3.0.0-RC2</artifactId>
<version>2.1.3</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>discipline-scalatest_sjs1_3.0.0-RC2</artifactId>
<packaging>jar</packaging>
<description>scalatest</description>
<url>https://github.com/typelevel/discipline-scalatest</url>
<version>2.1.3</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalatest</name>
<organization>
<name>org.typelevel</name>
<url>https://github.com/typelevel/discipline-scalatest</url>
</organization>
<scm>
<url>https://github.com/typelevel/discipline-scalatest</url>
<connection>git@github.com:typelevel/discipline-scalatest.git</connection>
</scm>
<developers>
<developer>
<id>larsrh</id>
<name>Lars Hupel</name>
<url>http://github.com/larsrh</url>
</developer>
<developer>
<id>rossabaker</id>
<name>Ross A. Baker</name>
<url>http://github.com/rossabaker</url>
</developer>
<developer>
<id>travisbrown</id>
<name>Travis Brown</name>
<url>http://github.com/travisbrown</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_sjs1_3.0.0-RC2</artifactId>
<version>3.0.0-RC2</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.13</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>discipline-core_sjs1_3.0.0-RC2</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-15_sjs1_3.0.0-RC2</artifactId>
<version>3.2.7.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_sjs1_3.0.0-RC2</artifactId>
<version>3.2.7</version>
</dependency>
</dependencies>
</project>