Skip to content

Commit 25b3b8c

Browse files
committed
Try disabling fatal warnings
1 parent 8ea5e4b commit 25b3b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,8 @@ object projects:
793793

794794
lazy val http4s = SbtCommunityProject(
795795
project = "http4s",
796-
sbtTestCommand = "test",
797-
sbtPublishCommand = "publishLocal",
796+
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
797+
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
798798
dependencies = () => List(cats, catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
799799
)
800800

0 commit comments

Comments
 (0)