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 541ddac commit 684210fCopy full SHA for 684210f
project/Build.scala
@@ -775,7 +775,7 @@ object Build {
775
},
776
777
// Note: bench/profiles/projects.yml should be updated accordingly.
778
- Compile / scalacOptions ++= Seq("-Yexplicit-nulls"),
+ Compile / scalacOptions ++= Seq("-Yexplicit-nulls", "-Ysafe-init"),
779
780
repl := (Compile / console).value,
781
Compile / console / scalacOptions := Nil, // reset so that we get stock REPL behaviour! E.g. avoid -unchecked being enabled
0 commit comments