<?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.dwolla</groupId>
    <artifactId>async-utils-twitter-ce2_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Safely convert final tagless-style algebras implemented in Future to cats-effect Async</description>
    <url>https://github.com/Dwolla/</url>
    <version>0.0.8</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>async-utils-twitter</name>
    <inceptionYear>2021</inceptionYear>
    <organization>
        <name>com.dwolla</name>
        <url>https://github.com/Dwolla/</url>
    </organization>
    <scm>
        <url>https://github.com/Dwolla/async-utils</url>
        <connection>scm:git:https://github.com/Dwolla/async-utils.git</connection>
        <developerConnection>scm:git:git@github.com:Dwolla/async-utils.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>bpholt</id>
            <name>Brian Holt</name>
            <url>https://dwolla.com</url>
            <email>bholt+async-utils@dwolla.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.15</version>
        </dependency>
        <dependency>
            <groupId>com.dwolla</groupId>
            <artifactId>async-utils-core-ce2_2.12</artifactId>
            <version>0.0.8</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.12</artifactId>
            <version>2.5.4</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>util-core_2.12</artifactId>
            <version>22.4.0</version>
        </dependency>
    </dependencies>
</project>