Skip to content

Commit

Permalink
slf4j depends on core jvm, not core js
Browse files Browse the repository at this point in the history
should close typelevel#643
  • Loading branch information
martijnhoekstra committed May 3, 2022
1 parent 1c43278 commit 5fe03cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ lazy val noop = crossProject(JSPlatform, JVMPlatform)

lazy val slf4j = project
.settings(commonSettings)
.dependsOn(core.js)
.dependsOn(core.jvm)
.settings(
name := "log4cats-slf4j",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 5fe03cf

Please sign in to comment.