<?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>io.chrisdavenport</groupId>
    <artifactId>fuuid-circe_2.11</artifactId>
    <packaging>jar</packaging>
    <description>fuuid-circe</description>
    <url>https://github.com/ChristopherDavenport/fuuid</url>
    <version>0.2.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fuuid-circe</name>
    <organization>
        <name>io.chrisdavenport</name>
        <url>https://github.com/ChristopherDavenport/fuuid</url>
    </organization>
    <scm>
        <url>https://github.com/ChristopherDavenport/fuuid</url>
        <connection>git@github.com:ChristopherDavenport/fuuid.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ChristopherDavenport</id>
            <name>Christopher Davenport</name>
            <url>http://github.com/ChristopherDavenport</url>
        </developer>
        <developer>
            <id>JesusMtnez</id>
            <name>Jesús Martínez-B. H.</name>
            <url>http://github.com/JesusMtnez</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>io.chrisdavenport</groupId>
            <artifactId>fuuid_2.11</artifactId>
            <version>0.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.11</artifactId>
            <version>1.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-testkit_2.11</artifactId>
            <version>1.6.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.11</artifactId>
            <version>4.5.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-scalacheck_2.11</artifactId>
            <version>4.5.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.11</artifactId>
            <version>0.11.1</version>
        </dependency>
    </dependencies>
</project>