<?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>com.clovellytech</groupId>
    <artifactId>h4sm-auth-comm_2.12</artifactId>
    <packaging>jar</packaging>
    <description>h4sm-auth-comm</description>
    <url>https://github.com/clovellytech/http4s-modules</url>
    <version>0.0.41</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>h4sm-auth-comm</name>
    <organization>
        <name>com.clovellytech</name>
        <url>https://github.com/clovellytech/http4s-modules</url>
    </organization>
    <scm>
        <url>https://github.com/clovellytech/http4s-modules</url>
        <connection>scm:git:https://github.com/clovellytech/http4s-modules.git</connection>
        <developerConnection>scm:git:git@github.com:clovellytech/http4s-modules.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>zakpatterson</id>
            <name>Zak Patterson</name>
            <url>https://github.com/zakpatterson</url>
            <email>pattersonzak@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>com.clovellytech</groupId>
            <artifactId>h4sm-testutil-common_2.12</artifactId>
            <version>0.0.41</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.0-M1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalatestplus-scalacheck_2.12</artifactId>
            <version>3.1.0.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-scalatest_2.12</artifactId>
            <version>0.8.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.12</artifactId>
            <version>1.15.0-e5dc7d1-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>simulacrum_2.12</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>io.github.cquiroz</groupId>
            <artifactId>scala-java-time_2.12</artifactId>
            <version>2.0.0-RC3</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.12</artifactId>
            <version>0.12.3</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.12</artifactId>
            <version>0.12.3</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.12</artifactId>
            <version>0.12.3</version>
        </dependency>
    </dependencies>
</project>