Skip to content

Commit 9552373

Browse files
committed
enable flexible types in community build
1 parent f245068 commit 9552373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ object SbtCommunityProject:
150150
def scalacOptions = List(
151151
"-Xcheck-macros",
152152
"-Ysafe-init",
153+
"-Yexplicit-nulls",
154+
"-Yflexible-types",
153155
)
154156

155157
object projects:

0 commit comments

Comments
 (0)