<?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.github.pawelkrol</groupId>
    <artifactId>sbt-commtest</artifactId>
    <packaging>jar</packaging>
    <description>sbt-commtest</description>
    <version>0.04-SNAPSHOT</version>
    <name>sbt-commtest</name>
    <organization>
        <name>com.github.pawelkrol</name>
    </organization>
    <url>https://github.com/pawelkrol/sbt-commtest</url>
    <licenses>
        <license>
            <name>Scala License</name>
            <url>http://www.scala-lang.org/license/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git://github.com/pawelkrol/sbt-commtest</url>
        <connection>scm:git:git://github.com/pawelkrol/sbt-commtest.git</connection>
    </scm>
    <developers>
        <developer>
            <id>pawelkrol</id>
            <name>Pawel Krol</name>
            <url>https://github.com/pawelkrol/sbt-commtest</url>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.8</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.2.8</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.6</version>
        </dependency>
    </dependencies>
</project>