<?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-tools_3</artifactId>
    <packaging>jar</packaging>
    <description>caliban-tools</description>
    <url>https://github.com/ghostdogpr/caliban</url>
    <version>2.9.2</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>caliban-tools</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>
    <properties>
        <info.versionScheme>pvp</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban_3</artifactId>
            <version>2.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban-client_3</artifactId>
            <version>2.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.ghostdogpr</groupId>
            <artifactId>caliban-quick_3</artifactId>
            <version>2.9.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>scalafmt-interfaces</artifactId>
            <version>3.8.0</version>
        </dependency>
        <dependency>
            <groupId>io.get-coursier</groupId>
            <artifactId>interface</artifactId>
            <version>1.0.28</version>
        </dependency>
        <dependency>
            <groupId>com.softwaremill.sttp.client3</groupId>
            <artifactId>zio_3</artifactId>
            <version>3.10.3</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test_3</artifactId>
            <version>2.1.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test-sbt_3</artifactId>
            <version>2.1.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-json_3</artifactId>
            <version>0.7.26</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>