<?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>io.github.agboom</groupId>
    <artifactId>sbt-steps_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt-steps</description>
    <url>https://github.com/agboom/sbt-steps</url>
    <version>0.3.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-steps</name>
    <organization>
        <name>io.github.agboom</name>
        <url>https://github.com/agboom/sbt-steps</url>
    </organization>
    <scm>
        <url>https://github.com/agboom/sbt-steps</url>
        <connection>scm:git@github.com:agboom/sbt-steps.git</connection>
    </scm>
    <developers>
        <developer>
            <id>agboom</id>
            <name>Adriaan Groenenboom</name>
            <url>https://agboom.github.io</url>
            <email>agboom@pm.me</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <info.versionScheme>semver-spec</info.versionScheme>
        <extraDependencyAttributes xml:space="preserve">+organisation:#@#:+org.jmotor.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-dependency-updates_2.12_1.0:#@#:+revision:#@#:+1.2.9:#@#:+e:scalaVersion:#@#:+2.12:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.21</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.12.8</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jmotor.sbt</groupId>
            <artifactId>sbt-dependency-updates_2.12_1.0</artifactId>
            <version>1.2.9</version>
        </dependency>
    </dependencies>
</project>