<?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.evolution</groupId>
    <artifactId>scache_3</artifactId>
    <packaging>jar</packaging>
    <description>Cache in Scala with cats-effect</description>
    <url>http://github.com/evolution-gaming/scache</url>
    <version>5.1.2</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scache</name>
    <inceptionYear>2019</inceptionYear>
    <organization>
        <name>Evolution Gaming</name>
        <url>http://evolutiongaming.com</url>
    </organization>
    <scm>
        <url>https://github.com/evolution-gaming/scache</url>
        <connection>git@github.com:evolution-gaming/scache.git</connection>
    </scm>
    <developers>
        <developer>
            <id>t3hnar</id>
            <name>Yaroslav Klymko</name>
            <url>https://github.com/t3hnar</url>
            <email>yklymko@evolution.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_3</artifactId>
            <version>2.9.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_3</artifactId>
            <version>3.4.11</version>
        </dependency>
        <dependency>
            <groupId>com.evolutiongaming</groupId>
            <artifactId>cats-helper_3</artifactId>
            <version>3.6.0</version>
        </dependency>
        <dependency>
            <groupId>com.evolutiongaming</groupId>
            <artifactId>smetrics_3</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.16</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>