<?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.disneystreaming.smithy4s</groupId>
    <artifactId>smithy4s-http4s-kernel_3</artifactId>
    <packaging>jar</packaging>
    <description>http4s-kernel</description>
    <url>https://github.com/disneystreaming</url>
    <version>0.18.45</version>
    <licenses>
        <license>
            <name>TOST-1.0</name>
            <url>https://disneystreaming.github.io/TOST-1.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>http4s-kernel</name>
    <inceptionYear>2021</inceptionYear>
    <organization>
        <name>Disney Streaming</name>
        <url>https://github.com/disneystreaming</url>
    </organization>
    <scm>
        <url>https://github.com/disneystreaming/smithy4s</url>
        <connection>scm:git@github.com:disneystreaming/smithy4s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>baccata</id>
            <name>Olivier Mélois</name>
            <url>https://github.com/baccata</url>
            <email>baccata64@gmail.com</email>
        </developer>
        <developer>
            <id>keynmol</id>
            <name>Anton Sviridov</name>
            <url>https://github.com/keynmol</url>
            <email>keynmol@gmail.com</email>
        </developer>
        <developer>
            <id>lewisjkl</id>
            <name>Jeff Lewis</name>
            <url>https://github.com/lewisjkl</url>
            <email>lewisjkl@me.com</email>
        </developer>
        <developer>
            <id>kubukoz</id>
            <name>Jakub Kozłowski</name>
            <url>https://github.com/kubukoz</url>
            <email>kubukoz@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.disneystreaming.smithy4s</groupId>
            <artifactId>smithy4s-core_3</artifactId>
            <version>0.18.45</version>
        </dependency>
        <dependency>
            <groupId>com.disneystreaming.smithy4s</groupId>
            <artifactId>smithy4s-cats_3</artifactId>
            <version>0.18.45</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-core_3</artifactId>
            <version>0.23.30</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>weaver-cats_3</artifactId>
            <version>0.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>weaver-scalacheck_3</artifactId>
            <version>0.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit-diff_3</artifactId>
            <version>1.0.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>