@@ -251,7 +251,7 @@ object Build {
251251 " -deprecation" ,
252252 " -unchecked" ,
253253 // "-Wconf:cat=deprecation&msg=Unsafe:s", // example usage
254- " -Xfatal-warnings" , // -Werror in modern usage
254+ // "-Xfatal-warnings", // -Werror in modern usage
255255 " -encoding" , " UTF8" ,
256256 " -language:implicitConversions" ,
257257 ),
@@ -698,8 +698,8 @@ object Build {
698698 " org.jline" % " jline-terminal" % " 3.25.1" ,
699699 " org.jline" % " jline-terminal-jna" % " 3.25.1" , // needed for Windows
700700 (" io.get-coursier" %% " coursier" % " 2.0.16" % Test ).cross(CrossVersion .for3Use2_13),
701+ " com.lihaoyi" %% " pprint" % " 0.9.3" ,
701702 ),
702-
703703 // For convenience, change the baseDirectory when running the compiler
704704 Compile / forkOptions := (Compile / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
705705 Compile / run / forkOptions := (Compile / run / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
@@ -1153,7 +1153,7 @@ object Build {
11531153 Compile / doc / scalacOptions += " -Ydocument-synthetic-types" ,
11541154 scalacOptions += " -Ycompile-scala2-library" ,
11551155 scalacOptions += " -Yscala2Unpickler:never" ,
1156- scalacOptions -= " -Xfatal-warnings" ,
1156+ // scalacOptions -= "-Xfatal-warnings",
11571157 Compile / compile / logLevel.withRank(KeyRanks .Invisible ) := Level .Error ,
11581158 ivyConfigurations += SourceDeps .hide,
11591159 transitiveClassifiers := Seq (" sources" ),
0 commit comments