<?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>co.computist</groupId>
    <artifactId>augment_3</artifactId>
    <packaging>jar</packaging>
    <description>A Scala 3 alternative to comprehensions</description>
    <url>http://computist.co/augment.html</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>EUPL-1.2</name>
            <url>https://eupl.eu/1.2/en</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>augment</name>
    <organization>
        <name>co.computist</name>
        <url>http://computist.co/augment.html</url>
    </organization>
    <scm>
        <url>https://github.com/garlandus/augment</url>
        <connection>scm:git@github.com:garlandus/augment.git</connection>
    </scm>
    <developers>
        <developer>
            <id>garlandus</id>
            <name>garlandus</name>
            <url>https://github.com/garlandus</url>
            <email>garlandcomputist@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_3</artifactId>
            <version>1.0.0-M10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
            <version>5.10.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.13.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-math3</artifactId>
            <version>3.6.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>32.1.3-jre</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>info.debatty</groupId>
            <artifactId>java-string-similarity</artifactId>
            <version>2.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_3</artifactId>
            <version>3.5.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio_3</artifactId>
            <version>2.0.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-prelude_3</artifactId>
            <version>1.0.0-RC21</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-direct_3</artifactId>
            <version>1.0.0-RC7</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>