We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca916f0 commit 5e37806Copy full SHA for 5e37806
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -526,7 +526,7 @@ object projects:
526
sbtTestCommand = "test",
527
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
528
dependencies = List(discipline),
529
- scalacOptions = SbtCommunityProject.scalacOptions.filter(flag => flag != "-Ysafe-init" && flag != "-Wsafe-init")
+ scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Wsafe-init")
530
)
531
532
lazy val simulacrumScalafixAnnotations = SbtCommunityProject(
0 commit comments