File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lazy val root = project
33 .settings(
44 name := " programming-scala-3rd-ed-code-examples" ,
55 description := " Code examples for Programming Scala, Third Edition (O'Reilly)." ,
6- version := " 3.0.0-RC2-003 " ,
6+ version := " 3.0.0-RC2-005 " ,
77 scalaVersion := " 3.0.0-RC2" ,
88 organization := " org.programming-scala" ,
99 organizationName := " ProgrammingScala" ,
@@ -52,7 +52,7 @@ lazy val root = project
5252 " -source:future" , // Choices: future and future-migration. I use this to force future deprecation warnings, etc.
5353 " -Xfatal-warnings" , // Fail on warnings, not just errors
5454 // "-Xmigration", // Warn about constructs whose behavior may have changed since version.
55- // "-Ycheck -init", // Warn on field access before initialization
55+ // "-Ysafe -init", // Warn on field access before initialization
5656 // "-Yexplicit-nulls", // For explicit nulls behavior.
5757 ),
5858 Compile / console / scalacOptions := scalacOptions.value,
You can’t perform that action at this time.
0 commit comments