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 0a7ecd8 commit 63e53b8Copy full SHA for 63e53b8
project/Build.scala
@@ -453,7 +453,7 @@ object Build {
453
def findLib(attList: Seq[Attributed[File]], name: String) = attList
454
.map(_.data.getAbsolutePath)
455
.find(_.contains(name))
456
- .toList.mkString(java.io.File.pathSeparatorChar.toString)
+ .toList.mkString(java.io.File.pathSeparator)
457
458
// Settings shared between dotty-compiler and dotty-compiler-bootstrapped
459
lazy val commonDottyCompilerSettings = Seq(
0 commit comments