<?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>io.kevinlee</groupId>
    <artifactId>logger-f-slf4j_3.0.0-RC1</artifactId>
    <packaging>jar</packaging>
    <description>Logger for F[_] - Logger with Slf4j</description>
    <url>https://github.com/Kevin-Lee/logger-f</url>
    <version>1.10.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>logger-f-slf4j</name>
    <organization>
        <name>Kevin's Code</name>
        <url>https://github.com/Kevin-Lee/logger-f</url>
    </organization>
    <scm>
        <url>https://github.com/Kevin-Lee/logger-f</url>
        <connection>scm:git:git@github.com:Kevin-Lee/logger-f.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Kevin-Lee</id>
            <name>Kevin Lee</name>
            <url>https://github.com/Kevin-Lee</url>
            <email>kevin.code@kevinlee.io</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>io.kevinlee</groupId>
            <artifactId>logger-f-core_3.0.0-RC1</artifactId>
            <version>1.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3.0.0-RC1</artifactId>
            <version>3.0.0-RC1</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.30</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>