<?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.drivetribe</groupId>
    <artifactId>circe-field-hints_2.11</artifactId>
    <packaging>jar</packaging>
    <description>circe-field-hints</description>
    <url>https://github.com/drivetribe/circe-field-hints</url>
    <version>0.4</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>circe-field-hints</name>
    <organization>
        <name>com.drivetribe</name>
        <url>https://github.com/drivetribe/circe-field-hints</url>
    </organization>
    <scm>
        <url>https://github.com/drivetribe/circe-field-hints</url>
        <connection>https://github.com/drivetribe/circe-field-hints.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Astrac</id>
            <name>Aldo Stracquadanio</name>
            <email>aldo.stracquadanio@drivetribe.com</email>
            <url>https://github.com/Astrac</url>
        </developer>
        <developer>
            <id>joan38</id>
            <name>Joan Goyeau</name>
            <email>joan@goyeau.com</email>
            <url>http://goyeau.com</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.11</artifactId>
            <version>0.9.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.11</artifactId>
            <version>0.9.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.11</artifactId>
            <version>0.9.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.11</artifactId>
            <version>1.13.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.alexarchambault</groupId>
            <artifactId>scalacheck-shapeless_1.13_2.11</artifactId>
            <version>1.1.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fortysevendeg</groupId>
            <artifactId>scalacheck-datetime_2.11</artifactId>
            <version>0.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.chuusai</groupId>
            <artifactId>shapeless_2.11</artifactId>
            <version>2.3.3</version>
        </dependency>
    </dependencies>
</project>