Skip to content

Commit 91a0294

Browse files
committed
dep: rollback cats-effect and turn off xfatal for it
We currently have a mess of different versions and because of it cats-effect is using something deprecated in cats. However we can't bump everything due to other issues, so for a temporary fix try turning off xfatal for htpp4s.
1 parent fa9154e commit 91a0294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "tests/test; server/test; client/test; ember-core/test; ember-server/test; ember-client/test; circe/test",
755+
sbtTestCommand = """set ThisBuild/scalacOptions -= "-Xfatal-warnings"; tests/test; 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)