<?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.fommil</groupId>
    <artifactId>sbt-sensible</artifactId>
    <packaging>jar</packaging>
    <description>sbt-sensible</description>
    <url>http://gitlab.com/fommil/sbt-sensible</url>
    <version>2.4.6</version>
    <licenses>
        <license>
            <name>LGPL 3.0</name>
            <url>http://www.gnu.org/licenses/lgpl-3.0.en.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-sensible</name>
    <inceptionYear>2015</inceptionYear>
    <organization>
        <name>com.fommil</name>
        <url>http://gitlab.com/fommil/sbt-sensible</url>
    </organization>
    <scm>
        <url> http://gitlab.com/fommil/sbt-sensible </url>
        <connection>scm:git:git@gitlab.com:fommil/sbt-sensible.git</connection>
    </scm>
    <developers>
        <developer>
            <id> Sam Halliday </id>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-coursier:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+io.get-coursier:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.0.3:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-pgp:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.jsuereth:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.1.1:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-dynver:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.dwijnand:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+3.0.0:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-sonatype:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+org.xerial.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+2.3:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-header:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+de.heikoseeberger:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+5.0.0:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.6</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.1.6</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.get-coursier</groupId>
            <artifactId>sbt-coursier</artifactId>
            <version>1.0.3</version>
        </dependency>
        <dependency>
            <groupId>com.jsuereth</groupId>
            <artifactId>sbt-pgp</artifactId>
            <version>1.1.1</version>
        </dependency>
        <dependency>
            <groupId>com.dwijnand</groupId>
            <artifactId>sbt-dynver</artifactId>
            <version>3.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.xerial.sbt</groupId>
            <artifactId>sbt-sonatype</artifactId>
            <version>2.3</version>
        </dependency>
        <dependency>
            <groupId>de.heikoseeberger</groupId>
            <artifactId>sbt-header</artifactId>
            <version>5.0.0</version>
        </dependency>
    </dependencies>
</project>