Skip to content

Commit

Permalink
Merge pull request #7531 from Philippus/patch-1
Browse files Browse the repository at this point in the history
Remove superfluous space
  • Loading branch information
adpi2 committed Apr 11, 2024
2 parents 4c642e6 + f89505b commit 7064066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/Defaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ object Defaults extends BuildCommon {
+ "These issues, along with others that were not enumerated above, may be"
+ " resolved by changing the class loader layering strategy.\n"
+ "The Flat and ScalaLibrary strategies bundle the full project classpath in"
+ " the same class loader.\nTo use one of these strategies, set the "
+ " the same class loader.\nTo use one of these strategies, set the"
+ " ClassLoaderLayeringStrategy key\nin your configuration, for example:\n\n"
+ s"set ${projectId}Test / classLoaderLayeringStrategy :="
+ " ClassLoaderLayeringStrategy.ScalaLibrary\n"
Expand Down

0 comments on commit 7064066

Please sign in to comment.