<?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.commercetools</groupId>
    <artifactId>sphere-util_3</artifactId>
    <packaging>jar</packaging>
    <description>sphere-util</description>
    <url>https://github.com/commercetools/sphere-scala-libs/README.md</url>
    <version>0.20.1</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sphere-util</name>
    <organization>
        <name>com.commercetools</name>
        <url>https://github.com/commercetools/sphere-scala-libs/README.md</url>
    </organization>
    <scm>
        <url>https://github.com/commercetools/sphere-scala-libs</url>
        <connection>scm:git:https://github.com/commercetools/sphere-scala-libs.git</connection>
        <developerConnection>scm:git:git@github.com:commercetools/sphere-scala-libs.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>commercetools</id>
            <name>commercetools</name>
            <url>https://commercetools.com</url>
            <email>ondemand@commercetools.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.7</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalacheck-1-16_3</artifactId>
            <version>3.2.14.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_3</artifactId>
            <version>1.19.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.5.32</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.typesafe.scala-logging</groupId>
            <artifactId>scala-logging_3</artifactId>
            <version>3.9.4</version>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>2.13.0</version>
        </dependency>
        <dependency>
            <groupId>org.joda</groupId>
            <artifactId>joda-convert</artifactId>
            <version>3.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3</artifactId>
            <version>2.13.0</version>
        </dependency>
        <dependency>
            <groupId>io.github.json4s</groupId>
            <artifactId>json4s-scalap_3</artifactId>
            <version>4.1.0</version>
        </dependency>
    </dependencies>
</project>