From 1afaa0401d3dfc46b79cd6d761d81ae8c37d7b07 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 14 Feb 2026 19:04:47 +0000 Subject: Disable fatal warnings --- build.sbt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 5f829ee..4a67f69 100644 --- a/build.sbt +++ b/build.sbt @@ -45,4 +45,10 @@ lazy val fs2 = crossProject(JVMPlatform, JSPlatform) ) ) -lazy val docs = project.in(file("site")).enablePlugins(TypelevelSitePlugin) +lazy val docs = project + .in(file("site")) + .enablePlugins(TypelevelSitePlugin) + .settings( + tlFatalWarnings := false + ) + .dependsOn(core.jvm, fs2.jvm) -- cgit v1.2.3