<?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>net.scalax.djx314</groupId>
    <artifactId>sbt-depts-codegen_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Scala depts for djx314's repo.</description>
    <url>https://github.com/djx314/sbt-depts</url>
    <version>0.0.2.100090</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>https://github.com/djx314/sbt-depts/blob/main/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-depts-codegen</name>
    <organization>
        <name>Scala Workers</name>
        <url>https://github.com/scala-workers</url>
    </organization>
    <scm>
        <url>https://github.com/djx314/sbt-depts</url>
        <connection>scm:git@github.com:djx314/sbt-depts.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Mars Liu</id>
            <name>Liu Xin</name>
            <url>https://marchliu.github.io/</url>
            <email>mars.liu@outlook.com</email>
        </developer>
        <developer>
            <id>djx314</id>
            <name>djx314</name>
            <url>https://github.com/djx314</url>
            <email>djx314@sina.cn</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.20</version>
        </dependency>
        <dependency>
            <groupId>net.scalax.djx314</groupId>
            <artifactId>depts-abs_2.12</artifactId>
            <version>0.0.2.100090</version>
        </dependency>
    </dependencies>
</project>