Blob Blame History Raw
<?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.scalacheck</groupId>
    <artifactId>scalacheck_2.13</artifactId>
    <packaging>jar</packaging>
    <description>scalacheck</description>
    <url>http://www.scalacheck.org</url>
    <version>1.17.0</version>
    <licenses>
        <license>
            <name>BSD 3-clause</name>
            <url>https://opensource.org/licenses/BSD-3-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalacheck</name>
    <organization>
        <name>Typelevel</name>
        <url>http://www.scalacheck.org</url>
    </organization>
    <scm>
        <url>https://github.com/typelevel/scalacheck</url>
        <connection>scm:git:https://github.com/typelevel/scalacheck.git</connection>
        <developerConnection>scm:git:git@github.com:typelevel/scalacheck.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>rickynils</id>
            <name>Rickard Nilsson</name>
            <url>https://github.com/rickynils</url>
            <email>rickynils@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/org.scalacheck/scalacheck_2.13/1.17.0/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.12.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>test-interface</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>
</project>