Merge pull request #4898 from eatkins/underscore

Use '_' instead of '$' in path names
This commit is contained in:
eugene yokota 2019-07-26 15:12:01 -04:00 committed by GitHub
commit e3e2f29bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -288,8 +288,8 @@ final class PartBuildUnit(
object BuildStreams {
type Streams = sbt.std.Streams[ScopedKey[_]]
final val GlobalPath = "$global"
final val BuildUnitPath = "$build"
final val GlobalPath = "_global"
final val BuildUnitPath = "_build"
final val StreamsDirectory = "streams"
def mkStreams(