Skip to content

Commit 7a30d5e

Browse files
committed
try with tlFatalWarnings turned off
1 parent 91a0294 commit 7a30d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ object projects:
752752

753753
lazy val http4s = SbtCommunityProject(
754754
project = "http4s",
755-
sbtTestCommand = """set ThisBuild/scalacOptions -= "-Xfatal-warnings"; tests/test; server/test; client/test; ember-core/test; ember-server/test; ember-client/test; circe/test""",
755+
sbtTestCommand = """set ThisBuild / tlFatalWarnings := false; server/test; client/test; ember-core/test; ember-server/test; ember-client/test; circe/test""",
756756
sbtPublishCommand = "publishLocal",
757757
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Ysafe-init"),
758758
dependencies = List(cats, catsEffect3, fs2, disciplineMunit, scalacheckEffect)

0 commit comments

Comments
 (0)