<?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>org.creativescala</groupId>
    <artifactId>krop-sqlite_3</artifactId>
    <packaging>jar</packaging>
    <description>sqlite</description>
    <url>https://creativescala.github.io/krop</url>
    <version>0.9.4</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>sqlite</name>
    <inceptionYear>2023</inceptionYear>
    <organization>
        <name>Creative Scala</name>
    </organization>
    <scm>
        <url>https://github.com/creativescala/krop</url>
        <connection>scm:git:https://github.com/creativescala/krop.git</connection>
        <developerConnection>scm:git:git@github.com:creativescala/krop.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>noelwelsh</id>
            <name>Noel Welsh</name>
            <url>https://github.com/noelwelsh</url>
            <email>@noelwelsh</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/org.creativescala/krop-docs_3/0.9.4/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/creativescala/krop/releases/tag/v0.9.4</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.6.4</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_3</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect_3</artifactId>
            <version>2.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-core_3</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-ember-client_3</artifactId>
            <version>1.0.0-M44</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-ember-server_3</artifactId>
            <version>1.0.0-M44</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-dsl_3</artifactId>
            <version>1.0.0-M44</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_3</artifactId>
            <version>1.0.0-M44</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>scalatags_3</artifactId>
            <version>0.13.1</version>
        </dependency>
        <dependency>
            <groupId>org.playframework.twirl</groupId>
            <artifactId>twirl-api_3</artifactId>
            <version>2.0.8</version>
        </dependency>
        <dependency>
            <groupId>org.xerial</groupId>
            <artifactId>sqlite-jdbc</artifactId>
            <version>3.49.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.augustnagro</groupId>
            <artifactId>magnum_3</artifactId>
            <version>1.3.1</version>
        </dependency>
    </dependencies>
</project>