<?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.github.kirill5k</groupId>
    <artifactId>mongo4cats-circe_2.13</artifactId>
    <packaging>jar</packaging>
    <description>mongo4cats-circe</description>
    <url>https://kirill5k.github.io/mongo4cats</url>
    <version>0.6.16</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>mongo4cats-circe</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>MongoDB Java client wrapper for Cats-Effect &amp; FS2</name>
        <url>https://kirill5k.github.io/mongo4cats</url>
    </organization>
    <scm>
        <url>https://github.com/kirill5k/mongo4cats</url>
        <connection>git@github.com:kirill5k/mongo4cats.git</connection>
    </scm>
    <developers>
        <developer>
            <id>kirill5k</id>
            <name>Kirill</name>
            <url>https://github.com/kirill5k</url>
            <email>immotional@aol.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.12</version>
        </dependency>
        <dependency>
            <groupId>io.github.kirill5k</groupId>
            <artifactId>mongo4cats-kernel_2.13</artifactId>
            <version>0.6.16</version>
        </dependency>
        <dependency>
            <groupId>io.github.kirill5k</groupId>
            <artifactId>mongo4cats-core_2.13</artifactId>
            <version>0.6.16</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.github.kirill5k</groupId>
            <artifactId>mongo4cats-embedded_2.13</artifactId>
            <version>0.6.16</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_2.13</artifactId>
            <version>0.14.6</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.13</artifactId>
            <version>0.14.6</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_2.13</artifactId>
            <version>0.14.6</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.17</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>