<?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>net.katsstuff</groupId>
    <artifactId>ackcord-core_2.12</artifactId>
    <packaging>jar</packaging>
    <description>AckCord is a Scala library using Akka for the Discord API giving as much freedom as possible to the user</description>
    <url>https://github.com/Katrix-/AckCord</url>
    <version>0.9.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>ackcord-core</name>
    <organization>
        <name>net.katsstuff</name>
        <url>https://github.com/Katrix-/AckCord</url>
    </organization>
    <scm>
        <url>https://github.com/Katrix-/AckCord</url>
        <connection>scm:git:github.com/Katrix-/AckCord</connection>
        <developerConnection>scm:git:github.com/Katrix-/AckCord</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>Katrix</id>
            <name>Nikolai Frid</name>
            <email>katrix97@hotmail.com</email>
            <url>http://katsstuff.net/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.4</version>
        </dependency>
        <dependency>
            <groupId>net.katsstuff</groupId>
            <artifactId>ackcord-data_2.12</artifactId>
            <version>0.9.0</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.12</artifactId>
            <version>2.5.9</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-testkit_2.12</artifactId>
            <version>2.5.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-stream_2.12</artifactId>
            <version>2.5.9</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-http-core_2.12</artifactId>
            <version>10.0.11</version>
        </dependency>
        <dependency>
            <groupId>de.heikoseeberger</groupId>
            <artifactId>akka-http-circe_2.12</artifactId>
            <version>1.19.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>