<?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>works.pugcode</groupId>
    <artifactId>pug-schema-manager_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Functional schema management via Doobie</description>
    <url>https://github.com/notNotDaniel/pug-schema-manager</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>pug-schema-manager</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>Pugilistic Codeworks</name>
    </organization>
    <scm>
        <url>https://github.com/notNotDaniel/pug-schema-manager</url>
        <connection>scm:git:https://github.com/notNotDaniel/pug-schema-manager.git</connection>
        <developerConnection>scm:git:git@github.com:notNotDaniel/pug-schema-manager.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>notNotDaniel</id>
            <name>pug-schema-manager contributors</name>
            <url>https://github.com/notNotDaniel/pug-schema-manager/contributors</url>
            <email>@notNotDaniel</email>
        </developer>
        <developer>
            <id>notNotDaniel</id>
            <name>Daniel Keller</name>
            <url>https://github.com/notNotDaniel</url>
            <email>@notNotDaniel</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/works.pugcode/pug-schema-manager_2.13/0.1.0/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/notNotDaniel/pug-schema-manager/releases/tag/v0.1.0</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.11</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_2.13</artifactId>
            <version>0.1.3</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-collections-core_2.13</artifactId>
            <version>0.9.6</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.13</artifactId>
            <version>3.4.10</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-kernel_2.13</artifactId>
            <version>3.4.10</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-std_2.13</artifactId>
            <version>3.4.10</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-testkit_2.13</artifactId>
            <version>3.4.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect-3_2.13</artifactId>
            <version>1.0.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-core_2.13</artifactId>
            <version>1.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-postgres_2.13</artifactId>
            <version>1.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-hikari_2.13</artifactId>
            <version>1.0.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-h2_2.13</artifactId>
            <version>1.0.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.tpolecat</groupId>
            <artifactId>doobie-munit_2.13</artifactId>
            <version>1.0.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.4.5</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-slf4j_2.13</artifactId>
            <version>2.5.0</version>
        </dependency>
    </dependencies>
</project>