<?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.siriusxm</groupId>
    <artifactId>sbt-snapshot4s_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt-snapshot4s</description>
    <url>https://github.com/siriusxm/snapshot4s</url>
    <version>0.2.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-snapshot4s</name>
    <inceptionYear>2024</inceptionYear>
    <organization>
        <name>SiriusXM</name>
        <url>https://github.com/siriusxm/snapshot4s</url>
    </organization>
    <scm>
        <url>https://github.com/siriusxm/snapshot4s</url>
        <connection>scm:git:https://github.com/siriusxm/snapshot4s.git</connection>
        <developerConnection>scm:git:git@github.com:siriusxm/snapshot4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>siriusxm</id>
            <name>snapshot4s contributors</name>
            <url>https://github.com/siriusxm/snapshot4s/contributors</url>
            <email>@siriusxm</email>
        </developer>
        <developer>
            <id>miciek</id>
            <name>Michał Płachta</name>
            <url>https://github.com/miciek</url>
            <email>@miciek</email>
        </developer>
        <developer>
            <id>majk-p</id>
            <name>Michał Pawlik</name>
            <url>https://github.com/majk-p</url>
            <email>@majk-p</email>
        </developer>
        <developer>
            <id>zainab-ali</id>
            <name>Zainab Ali</name>
            <url>https://github.com/zainab-ali</url>
            <email>@zainab-ali</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <info.apiURL>https://javadoc.io/doc/com.siriusxm/sbt-snapshot4s_2.12/0.2.2/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/siriusxm/snapshot4s/releases/tag/v0.2.2</info.releaseNotesUrl>
    </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.11.6</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.siriusxm</groupId>
            <artifactId>snapshot4s-hashing_2.12</artifactId>
            <version>0.2.2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_2.12</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>