<?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.github.rstradling</groupId>
    <artifactId>examples_2.11</artifactId>
    <packaging>jar</packaging>
    <description>examples</description>
    <url>https://rstradling/awsio/</url>
    <version>0.0.4</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>examples</name>
    <organization>
        <name>com.github.rstradling</name>
        <url>https://rstradling/awsio/</url>
    </organization>
    <scm>
        <url>https://github.com/rstradling/awsio</url>
        <connection>git@github.com:rstradling/awsio.git</connection>
    </scm>
    <developers>
        <developer>
            <id>rstradling</id>
            <name>Ryan J Stradling</name>
            <email>ryanstradling@gmail.com</email>
            <url>https://www.github.com/rstradling</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-s3_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-sns_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-sqs_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-util_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-sqs-fs2_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.github.rstradling</groupId>
            <artifactId>awsio-sqs-monix_2.11</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.11</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.11</artifactId>
            <version>1.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>