Skip to content

Commit a8d1c9d

Browse files
authored
Update project/Build.scala
1 parent 61de57d commit a8d1c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ object Build {
14761476
publish / skip := true,
14771477
// Project specific target folder. sbt doesn't like having two projects using the same target folder
14781478
target := target.value / "scala-library-bootstrapped",
1479-
// we need to have the `scala-library` artifact as a dependency for `ScalaLibraryPlugin` to work
1479+
// we need to have the `scala-library` artifact in the classpath for `ScalaLibraryPlugin` to work
14801480
// this was the only way to not get the artifact evicted by sbt. Even a custom configuration didn't work
14811481
// NOTE: true is the default value, just making things clearer here
14821482
managedScalaInstance := true,

0 commit comments

Comments
 (0)