<?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.armanbilge</groupId>
    <artifactId>oxidized-kernel_2.13</artifactId>
    <packaging>jar</packaging>
    <description>oxidized-kernel</description>
    <url>https://github.com/armanbilge/oxidized</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>oxidized-kernel</name>
    <inceptionYear>2021</inceptionYear>
    <organization>
        <name>Arman Bilge</name>
        <url>https://github.com/armanbilge/oxidized</url>
    </organization>
    <scm>
        <url>https://github.com/armanbilge/oxidized</url>
        <connection>scm:git:https://github.com/armanbilge/oxidized.git</connection>
        <developerConnection>scm:git:git@github.com:armanbilge/oxidized.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>armanbilge</id>
            <name>Arman Bilge</name>
            <url>https://github.com/armanbilge</url>
            <email>@armanbilge</email>
        </developer>
        <developer>
            <id>bplommer</id>
            <name>Ben Plommer</name>
            <url>https://github.com/bplommer</url>
            <email>@bplommer</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/com.armanbilge/oxidized-kernel_2.13/0.1.0/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-mtl_2.13</artifactId>
            <version>1.2.1</version>
        </dependency>
    </dependencies>
</project>