<?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>org.hammerlab.sbt</groupId>
    <artifactId>root</artifactId>
    <packaging>jar</packaging>
    <description>root</description>
    <version>4.0.0-M1</version>
    <licenses>
        <license>
            <name>Apache 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>root</name>
    <organization>
        <name>org.hammerlab.sbt</name>
    </organization>
    <scm>
        <url>https://github.com/hammerlab/sbt-parent</url>
        <connection>scm:git:git@github.com:hammerlab/sbt-parent.git</connection>
        <developerConnection>scm:git:git@github.com:hammerlab/sbt-parent.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>HammerLab</id>
            <name>Hammer Lab</name>
            <email>info@hammerlab.org</email>
            <url>https://github.com/hammerlab</url>
        </developer>
    </developers>
    <url>https://github.com/hammerlab/sbt-parent</url>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+maven:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+org.hammerlab.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+4.0.0-M1:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-scoverage:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+org.scoverage:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.5.1:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.0.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.hammerlab.sbt</groupId>
            <artifactId>maven</artifactId>
            <version>4.0.0-M1</version>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>sbt-scoverage</artifactId>
            <version>1.5.1</version>
        </dependency>
    </dependencies>
</project>