<?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-examples_3</artifactId>
    <packaging>jar</packaging>
    <description>examples</description>
    <url>https://creativescala.github.io/krop</url>
    <version>0.6.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>examples</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.6.0/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/creativescala/krop/releases/tag/v0.6.0</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.creativescala</groupId>
            <artifactId>krop-core_3</artifactId>
            <version>0.6.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_3</artifactId>
            <version>0.1.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect_3</artifactId>
            <version>2.0.0-M3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-core_3</artifactId>
            <version>2.6.0</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-ember-client_3</artifactId>
            <version>1.0.0-M40</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-ember-server_3</artifactId>
            <version>1.0.0-M40</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-dsl_3</artifactId>
            <version>1.0.0-M40</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_3</artifactId>
            <version>1.0.0-M40</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>scalatags_3</artifactId>
            <version>0.12.0</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.4.11</version>
            <scope>runtime</scope>
        </dependency>
    </dependencies>
</project>