Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log4cats-slf4j depends on log4cats-core_sjs1 #643

Closed
martijnhoekstra opened this issue May 2, 2022 · 0 comments · Fixed by #644
Closed

log4cats-slf4j depends on log4cats-core_sjs1 #643

martijnhoekstra opened this issue May 2, 2022 · 0 comments · Fixed by #644

Comments

@martijnhoekstra
Copy link
Contributor

the POM from maven central:

<?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>org.typelevel</groupId>
    <artifactId>log4cats-slf4j_2.13</artifactId>
    <packaging>jar</packaging>
    <description>log4cats-slf4j</description>
    <url>https://typelevel.org/log4cats</url>
    <version>2.3.0</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>log4cats-slf4j</name>
    <inceptionYear>2018</inceptionYear>
    <organization>
        <name>Typelevel</name>
        <url>https://typelevel.org/log4cats</url>
    </organization>
    <scm>
        <url>https://github.com/typelevel/log4cats</url>
        <connection>scm:git:https://github.com/typelevel/log4cats.git</connection>
        <developerConnection>scm:git:git@github.com:typelevel/log4cats.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>christopherdavenport</id>
            <name>Christopher Davenport</name>
            <url>https://christopherdavenport.github.io/</url>
            <email>chris@christopherdavenport.tech</email>
        </developer>
        <developer>
            <id>lorandszakacs</id>
            <name>Loránd Szakács</name>
            <url>https://github.com/lorandszakacs</url>
            <email>lorand.szakacs@protonmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/org.typelevel/log4cats-slf4j_2.13/2.3.0/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>log4cats-core_sjs1_2.13</artifactId>
            <version>2.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>munit-cats-effect-3_2.13</artifactId>
            <version>1.0.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.36</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.13</artifactId>
            <version>3.3.11</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.8</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
martijnhoekstra added a commit to martijnhoekstra/log4cats that referenced this issue May 3, 2022
martijnhoekstra added a commit to martijnhoekstra/log4cats that referenced this issue May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant