<?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.itv</groupId>
    <artifactId>bucky-argonaut_2.13</artifactId>
    <packaging>jar</packaging>
    <description>com.itv</description>
    <version>3.1.0</version>
    <name>com.itv</name>
    <organization>
        <name>com.itv</name>
    </organization>
    <url>https://github.com/ITV/bucky</url>
    <licenses>
        <license>
            <name>ITV-OSS</name>
            <url>http://itv.com/itv-oss-licence-v1.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:ITV/bucky.git</url>
        <connection>scm:git@github.com:ITV/bucky.git</connection>
    </scm>
    <developers>
        <developer>
            <id>jfwilson</id>
            <name>Jamie Wilson</name>
            <url>https://github.com/jfwilson</url>
        </developer>
        <developer>
            <id>BeniVF</id>
            <name>Beni Villa Fernandez</name>
            <url>https://github.com/BeniVF</url>
        </developer>
        <developer>
            <id>leneghan</id>
            <name>Stuart Leneghan</name>
            <url>https://github.com/leneghan</url>
        </developer>
        <developer>
            <id>caoilte</id>
            <name>Caoilte O'Connor</name>
            <url>https://github.com/caoilte</url>
        </developer>
        <developer>
            <id>andrewgee</id>
            <name>Andrew Gee</name>
            <url>https://github.com/andrewgee</url>
        </developer>
        <developer>
            <id>smithleej</id>
            <name>Lee Smith</name>
            <url>https://github.com/smithleej</url>
        </developer>
        <developer>
            <id>sofiaaacole</id>
            <name>Sofia Cole</name>
            <url>https://github.com/sofiaaacole</url>
        </developer>
        <developer>
            <id>mcarolan</id>
            <name>Martin Carolan</name>
            <url>https://mcarolan.net/</url>
            <organization>ITV</organization>
            <organizationUrl>http://www.itv.com</organizationUrl>
        </developer>
        <developer>
            <id>cmcmteixeira</id>
            <name>Carlos Teixeira</name>
            <url>http://cmcmteixeira.github.io</url>
            <organization>ITV</organization>
            <organizationUrl>http://www.itv.com</organizationUrl>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.6</version>
        </dependency>
        <dependency>
            <groupId>com.itv</groupId>
            <artifactId>bucky-core_2.13</artifactId>
            <version>3.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.itv</groupId>
            <artifactId>bucky-test_2.13</artifactId>
            <version>3.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.argonaut</groupId>
            <artifactId>argonaut_2.13</artifactId>
            <version>6.3.7</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_2.13</artifactId>
            <version>3.9.4</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-testing-scalatest_2.13</artifactId>
            <version>1.3.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>