<?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.codacy</groupId>
    <artifactId>codacy-sbt-plugin_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>An Sbt plugin for shared settings across Codacy projects.</description>
    <url>https://www.codacy.com</url>
    <version>25.2.5</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>codacy-sbt-plugin</name>
    <organization>
        <name>Codacy</name>
        <url>https://www.codacy.com</url>
    </organization>
    <scm>
        <url>https://github.com/codacy/codacy-sbt</url>
        <connection>scm:git@github.com:codacy/codacy-sbt.git</connection>
    </scm>
    <developers>
        <developer>
            <id>codacy</id>
            <name>Codacy</name>
            <url>https://www.codacy.com</url>
            <email>team@codacy.com</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">
            +organisation:#@#:+org.scalameta:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-scalafmt_2.12_1.0:#@#:+revision:#@#:+2.5.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:
+organisation:#@#:+com.github.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-pgp_2.12_1.0:#@#:+revision:#@#:+2.2.1:#@#:+e:scalaVersion:#@#:+2.12:#@#:
+organisation:#@#:+com.lightbend.paradox:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-paradox_2.12_1.0:#@#:+revision:#@#:+0.10.7:#@#:+e:scalaVersion:#@#:+2.12:#@#:
+organisation:#@#:+com.typesafe.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-native-packager_2.12_1.0:#@#:+revision:#@#:+1.3.12:#@#:+e:scalaVersion:#@#:+2.12:#@#:
+organisation:#@#:+com.frugalmechanic:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+fm-sbt-s3-resolver_2.12_1.0:#@#:+revision:#@#:+0.19.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:
+organisation:#@#:+org.xerial.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-sonatype_2.12_1.0:#@#:+revision:#@#:+3.12.2:#@#:+e:scalaVersion:#@#:+2.12:#@#:
        </extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.18</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.9.9</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>sbt-scalafmt_2.12_1.0</artifactId>
            <version>2.5.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>sbt-pgp_2.12_1.0</artifactId>
            <version>2.2.1</version>
        </dependency>
        <dependency>
            <groupId>com.lightbend.paradox</groupId>
            <artifactId>sbt-paradox_2.12_1.0</artifactId>
            <version>0.10.7</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.sbt</groupId>
            <artifactId>sbt-native-packager_2.12_1.0</artifactId>
            <version>1.3.12</version>
        </dependency>
        <dependency>
            <groupId>com.frugalmechanic</groupId>
            <artifactId>fm-sbt-s3-resolver_2.12_1.0</artifactId>
            <version>0.19.0</version>
        </dependency>
        <dependency>
            <groupId>org.xerial.sbt</groupId>
            <artifactId>sbt-sonatype_2.12_1.0</artifactId>
            <version>3.12.2</version>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-java-sdk-sts</artifactId>
            <version>1.11.202</version>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-java-sdk-s3</artifactId>
            <version>1.11.202</version>
        </dependency>
    </dependencies>
</project>