<?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>io.kevinlee</groupId>
    <artifactId>effectie-syntax_3</artifactId>
    <packaging>jar</packaging>
    <description>Effect Utils - Syntax</description>
    <url>https://github.com/Kevin-Lee/effectie</url>
    <version>2.1.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>effectie-syntax</name>
    <organization>
        <name>Kevin's Code</name>
        <url>https://github.com/Kevin-Lee/effectie</url>
    </organization>
    <scm>
        <url>https://github.com/Kevin-Lee/effectie</url>
        <connection>git@github.com:Kevin-Lee/effectie.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Kevin-Lee</id>
            <name>Kevin Lee</name>
            <url>https://github.com/Kevin-Lee</url>
            <email>kevin.code@kevinlee.io</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>io.kevinlee</groupId>
            <artifactId>effectie-core_3</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.3</version>
        </dependency>
        <dependency>
            <groupId>qa.hedgehog</groupId>
            <artifactId>hedgehog-core_3</artifactId>
            <version>0.13.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>qa.hedgehog</groupId>
            <artifactId>hedgehog-runner_3</artifactId>
            <version>0.13.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>qa.hedgehog</groupId>
            <artifactId>hedgehog-sbt_3</artifactId>
            <version>0.13.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.kevinlee</groupId>
            <artifactId>extras-cats_3</artifactId>
            <version>0.25.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>io.kevinlee</groupId>
            <artifactId>extras-concurrent_3</artifactId>
            <version>0.25.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.kevinlee</groupId>
            <artifactId>extras-concurrent-testing_3</artifactId>
            <version>0.25.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>