<?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>au.id.tmm.fetch</groupId>
    <artifactId>fetch-cache_3</artifactId>
    <packaging>jar</packaging>
    <description>fetch-cache</description>
    <url>https://github.com/tmccarthy/fetch</url>
    <version>0.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>fetch-cache</name>
    <inceptionYear>2022</inceptionYear>
    <organization>
        <name>Timothy McCarthy</name>
    </organization>
    <scm>
        <url>https://github.com/tmccarthy/fetch</url>
        <connection>scm:git:https://github.com/tmccarthy/fetch.git</connection>
        <developerConnection>scm:git:git@github.com:tmccarthy/fetch.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>tmccarthy</id>
            <name>Timothy McCarthy</name>
            <url>https://github.com/tmccarthy</url>
            <email>@tmccarthy</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/au.id.tmm.fetch/fetch-cache_3/0.9.2/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>au.id.tmm.fetch</groupId>
            <artifactId>fetch-core_3</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.2.1</version>
        </dependency>
        <dependency>
            <groupId>au.id.tmm.scala-db</groupId>
            <artifactId>scala-db-core_3</artifactId>
            <version>0.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>2.0.5</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_3</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.xerial</groupId>
            <artifactId>sqlite-jdbc</artifactId>
            <version>3.40.1.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect-3_3</artifactId>
            <version>1.0.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit-scalacheck_3</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>