Skip to content

Commit 1afaa04

Browse files
committed
Disable fatal warnings
1 parent 3037260 commit 1afaa04

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

build.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ lazy val fs2 = crossProject(JVMPlatform, JSPlatform)
4545
)
4646
)
4747

48-
lazy val docs = project.in(file("site")).enablePlugins(TypelevelSitePlugin)
48+
lazy val docs = project
49+
.in(file("site"))
50+
.enablePlugins(TypelevelSitePlugin)
51+
.settings(
52+
tlFatalWarnings := false
53+
)
54+
.dependsOn(core.jvm, fs2.jvm)

0 commit comments

Comments
 (0)