<?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>io.chrisdavenport</groupId>
    <artifactId>log4cats-testing_sjs0.6_2.11</artifactId>
    <packaging>jar</packaging>
    <description>log4cats-testing</description>
    <url>https://github.com/ChristopherDavenport/log4cats</url>
    <version>0.4.0-M1</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>log4cats-testing</name>
    <organization>
        <name>io.chrisdavenport</name>
        <url>https://github.com/ChristopherDavenport/log4cats</url>
    </organization>
    <scm>
        <url>https://github.com/ChristopherDavenport/log4cats</url>
        <connection>git@github.com:ChristopherDavenport/log4cats.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ChristopherDavenport</id>
            <name>Christopher Davenport</name>
            <url>http://github.com/ChristopherDavenport</url>
        </developer>
        <developer>
            <id>lorandszakacs</id>
            <name>Loránd Szakács</name>
            <url>http://github.com/lorandszakacs</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>io.chrisdavenport</groupId>
            <artifactId>log4cats-core_sjs0.6_2.11</artifactId>
            <version>0.4.0-M1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.11</artifactId>
            <version>0.6.28</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-test-interface_2.11</artifactId>
            <version>0.6.28</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_sjs0.6_2.11</artifactId>
            <version>4.5.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_sjs0.6_2.11</artifactId>
            <version>2.0.0-M4</version>
        </dependency>
    </dependencies>
</project>