<?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>github4s_2.13</artifactId>
    <packaging>jar</packaging>
    <description>A GitHub API wrapper written in Scala</description>
    <url>https://github.com/47degrees/github4s</url>
    <version>0.28.3</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://api.github.com/licenses/apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>github4s</name>
    <inceptionYear>2016</inceptionYear>
    <organization>
        <name>47 Degrees Open Source</name>
        <url>https://www.47deg.com</url>
    </organization>
    <scm>
        <url>https://github.com/47degrees/github4s</url>
        <connection>scm:git:https://github.com/47degrees/github4s.git</connection>
        <developerConnection>scm:git:git@github.com:47degrees/github4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>bond15</id>
            <name>bond15</name>
            <url>https://github.com/bond15</url>
            <email>bond.eric.23@gmail.com</email>
        </developer>
        <developer>
            <id>47erbot</id>
            <name>47erbot</name>
            <url>https://github.com/47erbot</url>
            <email>developer@47deg.com</email>
        </developer>
        <developer>
            <id>AdrianRaFo</id>
            <name>Adrian Ramirez Fornell</name>
            <url>https://github.com/AdrianRaFo</url>
        </developer>
        <developer>
            <id>alejandrohdezma</id>
            <name>Alejandro Hernández</name>
            <url>https://github.com/alejandrohdezma</url>
            <email>info@alejandrohdezma.com</email>
        </developer>
        <developer>
            <id>anamariamv</id>
            <name>Ana Mª Marquez</name>
            <url>https://github.com/anamariamv</url>
        </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>fedefernandez</id>
            <name>Fede Fernández</name>
            <url>https://github.com/fedefernandez</url>
        </developer>
        <developer>
            <id>jdesiloniz</id>
            <name>Javier de Silóniz Sandino</name>
            <url>https://github.com/jdesiloniz</url>
            <email>javier.s.s@47deg.com</email>
        </developer>
        <developer>
            <id>JesusMtnez</id>
            <name>Jesús Martínez</name>
            <url>https://github.com/JesusMtnez</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.4</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.4.2</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.13</artifactId>
            <version>0.13.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.13</artifactId>
            <version>0.13.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-literal_2.13</artifactId>
            <version>0.13.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.marklister</groupId>
            <artifactId>base64_2.13</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-client_2.13</artifactId>
            <version>0.21.20</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_2.13</artifactId>
            <version>0.21.20</version>
        </dependency>
        <dependency>
            <groupId>com.github.ghik</groupId>
            <artifactId>silencer-lib_2.13.4</artifactId>
            <version>1.7.1</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>