<?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-runner-autooverride-plugin_3.8.1</name>
    <groupId>com.lihaoyi</groupId>
    <artifactId>mill-runner-autooverride-plugin_3.8.1</artifactId>
    <packaging>jar</packaging>
    <description>mill-runner-autooverride-plugin</description>
    <version>1.1.2</version>
    <url>https://github.com/com-lihaoyi/mill</url>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/com-lihaoyi/mill.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:com-lihaoyi/mill.git</developerConnection>
        <url>https://github.com/com-lihaoyi/mill</url>
    </scm>
    <developers>
        <developer>
            <id>lihaoyi</id>
            <name>Li Haoyi</name>
            <url>https://github.com/lihaoyi</url>
            <email></email>
        </developer>
        <developer>
            <id>lefou</id>
            <name>Tobias Roeser</name>
            <url>https://github.com/lefou</url>
            <email></email>
        </developer>
    </developers>
    <properties>
        <info.releaseNotesURL>https://github.com/com-lihaoyi/mill#changelog</info.releaseNotesURL>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-compiler_3</artifactId>
            <version>3.8.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>3.8.1</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>mill-moduledefs_3</artifactId>
            <version>0.13.1</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>unroll-annotation_3</artifactId>
            <version>0.2.0</version>
        </dependency>
    </dependencies>
</project>
