<?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.rallyhealth.sbt</groupId>
    <artifactId>sbt-git-versioning</artifactId>
    <packaging>jar</packaging>
    <description>sbt-git-versioning</description>
    <url>https://github.com/rallyhealth/sbt-git-versioning</url>
    <version>1.6.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-git-versioning</name>
    <organization>
        <name>Rally Health</name>
        <url>https://github.com/rallyhealth/sbt-git-versioning</url>
    </organization>
    <scm>
        <url>https://github.com/rallyhealth/sbt-git-versioning</url>
        <connection>git@github.com:rallyhealth/sbt-git-versioning.git</connection>
    </scm>
    <developers>
        <developer>
            <id>rallyhealth</id>
            <name>rallyhealth</name>
            <email>jeff.n.may@gmail.com</email>
            <url>https://github.com/rallyhealth</url>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-mima-plugin:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.typesafe:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+0.3.0:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-compat:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.dwijnand:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.2.6:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.7</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>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>se.sawano.java</groupId>
            <artifactId>alphanumeric-comparator</artifactId>
            <version>1.4.1</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>sbt-mima-plugin</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>com.dwijnand</groupId>
            <artifactId>sbt-compat</artifactId>
            <version>1.2.6</version>
        </dependency>
    </dependencies>
</project>