<?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>cutterbox_mill1_3</name>
    <groupId>com.alt0r.cutterbox</groupId>
    <artifactId>cutterbox_mill1_3</artifactId>
    <packaging>jar</packaging>
    <description>Miscellaneous mill utilities</description>
    <version>0.1.0-SNAPSHOT</version>
    <url>https://forgejo.alt0r.com/cutterbox/cutterbox</url>
    <licenses>
        <license>
            <name>European Union Public License 1.2</name>
            <url>https://spdx.org/licenses/EUPL-1.2.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:https://forgejo.alt0r.com/cutterbox/cutterbox.git</connection>
        <developerConnection>scm:git:ssh://forgejo.alt0r.com:2222/cutterbox/cutterbox.git</developerConnection>
        <url>https://forgejo.alt0r.com/cutterbox/cutterbox</url>
    </scm>
    <developers>
        <developer>
            <id>seb</id>
            <name>Sebastien Braun</name>
            <url>mailto:sebastien@sebbraun.de</url>
            <email></email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>mill-libs_3</artifactId>
            <version>1.0.6</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.7.4</version>
        </dependency>
    </dependencies>
</project>
