<?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>au.id.tmm.github-pr-language-detection</groupId>
    <artifactId>github-pr-language-detection-lib_2.13</artifactId>
    <packaging>jar</packaging>
    <description>github-pr-language-detection-lib</description>
    <url>https://github.com/tmccarthy/github-pr-language-detection</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>github-pr-language-detection-lib</name>
    <inceptionYear>2019</inceptionYear>
    <organization>
        <name>au.id.tmm.github-pr-language-detection</name>
        <url>https://github.com/tmccarthy/github-pr-language-detection</url>
    </organization>
    <scm>
        <url>https://github.com/tmccarthy/github-pr-language-detection</url>
        <connection>scm:git:https://github.com/tmccarthy/github-pr-language-detection.git</connection>
    </scm>
    <developers>
        <developer>
            <id>tmccarthy</id>
            <name>Timothy McCarthy</name>
            <url>http://tmm.id.au</url>
            <email>ebh042@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.0-M4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.ghik</groupId>
            <artifactId>silencer-lib_2.13.2</artifactId>
            <version>1.7.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.13</artifactId>
            <version>2.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>mouse_2.13</artifactId>
            <version>0.25</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.tmm-scala-collections</groupId>
            <artifactId>tmm-scala-collections-core_2.13</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.tmm-scala-collections</groupId>
            <artifactId>tmm-scala-collections-cats_2.13</artifactId>
            <version>0.0.4</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.tmm-utils</groupId>
            <artifactId>tmm-utils-syntax_2.13</artifactId>
            <version>0.7.0</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.tmm-utils</groupId>
            <artifactId>tmm-utils-errors_2.13</artifactId>
            <version>0.7.0</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.tmm-utils</groupId>
            <artifactId>tmm-utils-cats_2.13</artifactId>
            <version>0.7.0</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.digest4s</groupId>
            <artifactId>digest4s-core_2.13</artifactId>
            <version>0.0.1</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.intime</groupId>
            <artifactId>intime-core_2.13</artifactId>
            <version>2.2.0</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-core_2.13</artifactId>
            <version>2.4.4</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-yaml_2.13</artifactId>
            <version>0.13.1</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jgit</groupId>
            <artifactId>org.eclipse.jgit</artifactId>
            <version>5.9.0.202009080501-r</version>
        </dependency>
        <dependency>
            <groupId>org.kohsuke</groupId>
            <artifactId>github-api</artifactId>
            <version>1.116</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.30</version>
        </dependency>
    </dependencies>
</project>