Skip to content

Commit 46f20a8

Browse files
authored
Merge pull request #644 from martijnhoekstra/patch-1
slf4j depends on core jvm, not core js
2 parents 7828cc0 + e2b0150 commit 46f20a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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)