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 1d9d2b6 commit 7156ed7Copy full SHA for 7156ed7
project/Build.scala
@@ -266,7 +266,8 @@ object Build {
266
// Settings used when compiling dotty (both non-bootstrapped and bootstrapped)
267
lazy val commonDottySettings = commonSettings ++ Seq(
268
// Manually set the standard library to use
269
- autoScalaLibrary := false
+ autoScalaLibrary := false,
270
+ classpathOptions ~= (_.withAutoBoot(false).withFilterLibrary(false))
271
)
272
273
lazy val commonScala2Settings = commonSettings ++ Seq(
@@ -286,7 +287,7 @@ object Build {
286
287
scalaVersion := referenceVersion,
288
excludeFromIDE := true,
289
- disableDocSetting
290
+ disableDocSetting,
291
292
293
lazy val scalacOptionsDocSettings = Seq(
0 commit comments