<?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>default</groupId>
    <artifactId>mlapi_2.12</artifactId>
    <packaging>jar</packaging>
    <description>MLApi</description>
    <url>https://github.com/martijnhoekstra/masterleague4s</url>
    <version>0.0.1</version>
    <licenses>
        <license>
            <name>GPLv3</name>
            <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>MLApi</name>
    <organization>
        <name>default</name>
        <url>https://github.com/martijnhoekstra/masterleague4s</url>
    </organization>
    <scm>
        <url>https://github.com/martijnhoekstra/masterleague4s</url>
        <connection>scm:git@github.com:martijnhoekstra/masterleague4s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>MartijnHoekstra</id>
            <name>Martijn Hoekstra</name>
            <email>Martijnhoekstra@gmail.com</email>
            <url>https://github.com/martijnhoekstra</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.2</version>
        </dependency>
        <dependency>
            <groupId>com.spinoco</groupId>
            <artifactId>fs2-http_2.12</artifactId>
            <version>0.1.7</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-cats_2.12</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.12</artifactId>
            <version>3.9.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.12</artifactId>
            <version>0.8.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.12</artifactId>
            <version>0.8.0</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.12</artifactId>
            <version>0.8.0</version>
        </dependency>
    </dependencies>
</project>