<?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>dev.cheleb</groupId>
    <artifactId>zio-tapir-shared_3</artifactId>
    <packaging>jar</packaging>
    <description>zio-tapir-shared</description>
    <url>https://github.com/cheleb/</url>
    <version>2.1.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>zio-tapir-shared</name>
    <inceptionYear>2023</inceptionYear>
    <organization>
        <name>dev.cheleb</name>
        <url>https://github.com/cheleb/</url>
    </organization>
    <scm>
        <url>https://github.com/cheleb/zio-laminar-tapir/</url>
        <connection>scm:git:git@github.com:cheleb/zio-laminar-tapir.git</connection>
    </scm>
    <developers>
        <developer>
            <id>cheleb</id>
            <name>Olivier NOUGUIER</name>
            <url>https://github.com/cheleb</url>
            <email>olivier.nouguier@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.7.4</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio_3</artifactId>
            <version>2.1.22</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.model</groupId>
            <artifactId>core_3</artifactId>
            <version>1.7.17</version>
        </dependency>
    </dependencies>
</project>