Skip to content

Commit

Permalink
disable explicit nulls for scalaXml
Browse files Browse the repository at this point in the history
  • Loading branch information
olhotak committed Jul 24, 2023
1 parent f5ec406 commit 15efacf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ object projects:
project = "scala-xml",
sbtTestCommand = "xml/test",
sbtPublishCommand = "xml/publishLocal",
sbtDocCommand = "xml/doc"
sbtDocCommand = "xml/doc",
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Yexplicit-nulls").filter(_ != "-Yflexible-types"),
)

lazy val scalap = SbtCommunityProject(
Expand Down

0 comments on commit 15efacf

Please sign in to comment.