<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>mill-strict-compiler-options_2.12</name>
    <groupId>io.leonard</groupId>
    <artifactId>mill-strict-compiler-options_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Strict compiler options for scalac</description>
    <version>0.0.1</version>
    <url>https://gitlab.com/lihaoyi/mill</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://gitlab.com/leonard.ehrenfried/mill-strict-compiler-options.git</connection>
        <developerConnection>
            scm:git:ssh://git@gitlab.com:leonard.ehrenfried/mill-strict-compiler-options.git
        </developerConnection>
        <url>https://gitlab.com/leonard.ehrenfried/mill-strict-compiler-options</url>
    </scm>
    <developers>
        <developer>
            <id>leonard</id>
            <name>Leonard Ehrenfried</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>mill-scalalib_2.12</artifactId>
            <version>0.3.5</version>
        </dependency>
    </dependencies>
</project>
