<?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.github.ghostdogpr</groupId>
    <artifactId>caliban-tapir_3</artifactId>
    <packaging>jar</packaging>
    <description>caliban-tapir</description>
    <url>https://github.com/ghostdogpr/caliban</url>
    <version>1.2.4</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>caliban-tapir</name>
    <organization>
        <name>com.github.ghostdogpr</name>
        <url>https://github.com/ghostdogpr/caliban</url>
    </organization>
    <scm>
        <url>https://github.com/ghostdogpr/caliban/</url>
        <connection>scm:git:git@github.com:ghostdogpr/caliban.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ghostdogpr</id>
            <name>Pierre Ricadat</name>
            <url>https://github.com/ghostdogpr</url>
            <email>ghostdogpr@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban_3</artifactId>
            <version>1.2.4</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.tapir</groupId>
            <artifactId>tapir-core_3</artifactId>
            <version>0.18.3</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test_3</artifactId>
            <version>1.0.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test-sbt_3</artifactId>
            <version>1.0.12</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>