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 61de57d commit a8d1c9dCopy full SHA for a8d1c9d
project/Build.scala
@@ -1476,7 +1476,7 @@ object Build {
1476
publish / skip := true,
1477
// Project specific target folder. sbt doesn't like having two projects using the same target folder
1478
target := target.value / "scala-library-bootstrapped",
1479
- // we need to have the `scala-library` artifact as a dependency for `ScalaLibraryPlugin` to work
+ // we need to have the `scala-library` artifact in the classpath for `ScalaLibraryPlugin` to work
1480
// this was the only way to not get the artifact evicted by sbt. Even a custom configuration didn't work
1481
// NOTE: true is the default value, just making things clearer here
1482
managedScalaInstance := true,
0 commit comments