<?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>software.purpledragon</groupId>
    <artifactId>sbt-checkstyle-plugin_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt-checkstyle-plugin</description>
    <url>https://github.com/stringbean/sbt-checkstyle-plugin</url>
    <version>4.0.1</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-checkstyle-plugin</name>
    <organization>
        <name>software.purpledragon</name>
        <url>https://github.com/stringbean/sbt-checkstyle-plugin</url>
    </organization>
    <scm>
        <url>https://github.com/stringbean/sbt-checkstyle-plugin</url>
        <connection>https://github.com/stringbean/sbt-checkstyle-plugin.git</connection>
    </scm>
    <developers>
        <developer>
            <id>stringbean</id>
            <name>Michael Stringer</name>
            <url>https://github.com/stringbean</url>
            <email>@the_stringbean</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
    </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.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.puppycrawl.tools</groupId>
            <artifactId>checkstyle</artifactId>
            <version>9.3</version>
        </dependency>
    </dependencies>
</project>