<?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>com.lorandszakacs</groupId>
    <artifactId>sprout_3.0.0-RC2</artifactId>
    <packaging>jar</packaging>
    <description>sprout</description>
    <url>https://github.com/lorandszakacs/sprout</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sprout</name>
    <inceptionYear>2021</inceptionYear>
    <organization>
        <name>Loránd Szakács</name>
        <url>https://github.com/lorandszakacs/sprout</url>
    </organization>
    <scm>
        <url>https://github.com/lorandszakacs/sprout</url>
        <connection>git@github.com:lorandszakacs/sprout.git</connection>
    </scm>
    <developers>
        <developer>
            <id>lorandszakacs</id>
            <name>Loránd Szakács</name>
            <url>https://github.com/lorandszakacs</url>
            <email>lorand.szakacs@protonmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>pvp</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3.0.0-RC2</artifactId>
            <version>3.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3.0.0-RC2</artifactId>
            <version>2.5.0</version>
            <classifier>sources</classifier>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3.0.0-RC2</artifactId>
            <version>2.5.0</version>
        </dependency>
    </dependencies>
</project>