Skip to content

Commit e2b0150

Browse files
slf4j depends on core jvm, not core js
should close #643
1 parent 7828cc0 commit e2b0150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lazy val noop = crossProject(JSPlatform, JVMPlatform)
7474

7575
lazy val slf4j = project
7676
.settings(commonSettings)
77-
.dependsOn(core.js)
77+
.dependsOn(core.jvm)
7878
.settings(
7979
name := "log4cats-slf4j",
8080
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)