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 1a86508 commit b87e755Copy full SHA for b87e755
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -138,6 +138,7 @@ object SbtCommunityProject:
138
def scalacOptions = List(
139
"-Xcheck-macros",
140
"-Wsafe-init",
141
+ "-Yexplicit-nulls",
142
)
143
144
object projects:
@@ -306,7 +307,8 @@ object projects:
306
307
project = "scala-xml",
308
sbtTestCommand = "xml/test",
309
sbtPublishCommand = "xml/publishLocal",
- sbtDocCommand = "xml/doc"
310
+ sbtDocCommand = "xml/doc",
311
+ scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Yexplicit-nulls")
312
313
314
lazy val scalap = SbtCommunityProject(
0 commit comments