<?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.47deg</groupId>
    <artifactId>fetch-debug_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Simple &amp; Efficient data access for Scala and Scala.js</description>
    <url>https://github.com/47degrees/fetch</url>
    <version>1.3.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://api.github.com/licenses/apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fetch-debug</name>
    <inceptionYear>2016</inceptionYear>
    <organization>
        <name>47 Degrees Open Source</name>
        <url>https://www.47deg.com</url>
    </organization>
    <scm>
        <url>https://github.com/47degrees/fetch</url>
        <connection>scm:git:https://github.com/47degrees/fetch.git</connection>
        <developerConnection>scm:git:git@github.com:47degrees/fetch.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>47erbot</id>
            <name>47erbot</name>
            <url>https://github.com/47erbot</url>
            <email>developer@47deg.com</email>
        </developer>
        <developer>
            <id>alejandrohdezma</id>
            <name>Alejandro Hernández</name>
            <url>https://github.com/alejandrohdezma</url>
            <email>info@alejandrohdezma.com</email>
        </developer>
        <developer>
            <id>AntonioMateoGomez</id>
            <name>Antonio Mateo</name>
            <url>https://github.com/AntonioMateoGomez</url>
            <email>amateo29@gmail.com</email>
        </developer>
        <developer>
            <id>BenFradet</id>
            <name>Ben Fradet</name>
            <url>https://github.com/BenFradet</url>
        </developer>
        <developer>
            <id>diesalbla</id>
            <name>Diego E. Alonso Blas</name>
            <url>https://github.com/diesalbla</url>
            <email>diesalbla@gmail.com</email>
        </developer>
        <developer>
            <id>fedefernandez</id>
            <name>Fede Fernández</name>
            <url>https://github.com/fedefernandez</url>
        </developer>
        <developer>
            <id>franciscodr</id>
            <name>Francisco Diaz</name>
            <url>https://github.com/franciscodr</url>
            <email>francisco.d@47deg.com</email>
        </developer>
        <developer>
            <id>israelperezglez</id>
            <name>Israel Pérez</name>
            <url>https://github.com/israelperezglez</url>
            <email>israel.perez.glez@gmail.com</email>
        </developer>
        <developer>
            <id>jkmcclellan</id>
            <name>Jason McClellan</name>
            <url>https://github.com/jkmcclellan</url>
        </developer>
        <developer>
            <id>juanpedromoreno</id>
            <name>Juan Pedro Moreno</name>
            <url>https://github.com/juanpedromoreno</url>
        </developer>
        <developer>
            <id>calvellido</id>
            <name>Juan Valencia</name>
            <url>https://github.com/calvellido</url>
            <email>juanvalencia@calvellido.es</email>
        </developer>
        <developer>
            <id>MaureenElsberry</id>
            <name>Maureen Elsberry </name>
            <url>https://github.com/MaureenElsberry</url>
        </developer>
        <developer>
            <id>pepegar</id>
            <name>Pepe García</name>
            <url>https://github.com/pepegar</url>
        </developer>
        <developer>
            <id>peterneyens</id>
            <name>Peter Neyens</name>
            <url>https://github.com/peterneyens</url>
        </developer>
        <developer>
            <id>rafaparadela</id>
            <name>Rafa Paradela</name>
            <url>https://github.com/rafaparadela</url>
            <email>rafa.p@47deg.com</email>
        </developer>
        <developer>
            <id>sloshy</id>
            <name>Ryan Peters</name>
            <url>https://github.com/sloshy</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>com.47deg</groupId>
            <artifactId>fetch_2.13</artifactId>
            <version>1.3.2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.13</artifactId>
            <version>2.4.1</version>
        </dependency>
    </dependencies>
</project>