<?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.pjfanning</groupId>
    <artifactId>sbt-pekko-build_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt plugin to share certain build classes between Apache Pekko projects</description>
    <url>https://github.com/pjfanning/sbt-pekko-build</url>
    <version>0.4.1</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-pekko-build</name>
    <organization>
        <name>com.github.pjfanning</name>
        <url>https://github.com/pjfanning/sbt-pekko-build</url>
    </organization>
    <scm>
        <url>https://github.com/pjfanning/sbt-pekko-build</url>
        <connection>scm:git:https://github.com/pjfanning/sbt-pekko-build.git</connection>
        <developerConnection>scm:git:git@github.com:pjfanning/sbt-pekko-build.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>pjfanning</id>
            <name>PJ Fanning</name>
            <url>https://github.com/pjfanning</url>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-mima-plugin_2.12_1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.typesafe:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.1.4:#@#:
+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-apache-sonatype_2.12_1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+org.mdedetrich:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+0.1.12:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.20</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.10.2</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>com.typesafe</groupId>
            <artifactId>sbt-mima-plugin_2.12_1.0</artifactId>
            <version>1.1.4</version>
        </dependency>
        <dependency>
            <groupId>org.mdedetrich</groupId>
            <artifactId>sbt-apache-sonatype_2.12_1.0</artifactId>
            <version>0.1.12</version>
        </dependency>
    </dependencies>
</project>