<?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.swoval</groupId>
    <artifactId>apple-file-events</artifactId>
    <packaging>jar</packaging>
    <description>JNI library for apple file system</description>
    <url>https://github.com/swoval/swoval</url>
    <version>1.3.2</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>apple-file-events</name>
    <organization>
        <name>com.swoval</name>
        <url>https://github.com/swoval/swoval</url>
    </organization>
    <scm>
        <url>https://github.com/swoval/swoval</url>
        <connection>git@github.com:swoval/swoval.git</connection>
    </scm>
    <developers>
        <developer>
            <id>username</id>
            <name>Ethan Atkins</name>
            <email>ethan.atkins@gmail.com</email>
            <url>https://github.com/eatkins</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.swoval</groupId>
            <artifactId>testing_2.12</artifactId>
            <version>1.3.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.12.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>ch.jodersky</groupId>
            <artifactId>sbt-jni-macros_2.12</artifactId>
            <version>1.3.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>utest_2.12</artifactId>
            <version>0.6.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>