Skip to content

Commit fcdb6ef

Browse files
authored
Try disabling fatal warnings
1 parent d2d9514 commit fcdb6ef

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
@@ -785,8 +785,8 @@ object projects:
785785

786786
lazy val http4s = SbtCommunityProject(
787787
project = "http4s",
788-
sbtTestCommand = "test",
789-
sbtPublishCommand = "publishLocal",
788+
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
789+
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
790790
dependencies = () => List(cats, catsEffect3, disciplineMunit, munitCatsEffect, scalacheckEffect)
791791
)
792792

0 commit comments

Comments
 (0)