<?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-scalafix_mill1_3</name>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-scalafix_mill1_3</artifactId>
    <packaging>jar</packaging>
    <description>A Scalafix plugin for Mill build tool</description>
    <version>0.6.0</version>
    <url>https://github.com/joan38/mill-scalafix</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/joan38/mill-scalafix.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:joan38/mill-scalafix.git</developerConnection>
        <url>https://github.com/joan38/mill-scalafix</url>
    </scm>
    <developers>
        <developer>
            <id>joan38</id>
            <name>Joan Goyeau</name>
            <url>https://github.com/joan38</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>ch.epfl.scala</groupId>
            <artifactId>scalafix-interfaces</artifactId>
            <version>0.14.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.7.0</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>mill-libs-scalalib_3</artifactId>
            <version>1.0.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
