sbt/sbt/src
Ethan Atkins f7f6c3edfe Use '_' instead of '$' in path names
The use of '$' in the path names for streams is a pain because, since
'$' is a special character in the shell, it makes it impossible to
directly copy and paste the paths. If we make this change, some builds
will be left with vestigial directories with $global and $build in them
until they run clean. It also would break any scripts that manually
delete these paths. That doesn't seem like a common use case, but it's
worth mentioning.
2019-07-25 14:07:44 -07:00
..
main/scala Add sbt.nio.Watch to default imports 2019-06-03 17:35:01 -07:00
repo-override-test mark dependency-management/default-resolvers pending 2019-04-26 12:27:38 -04:00
sbt-test Fix java.util.zip.ZipException: duplicate entry 2019-07-23 01:28:32 -04:00
server-test Use '_' instead of '$' in path names 2019-07-25 14:07:44 -07:00
test/scala Improve ServerSpec 2019-05-31 09:34:04 -07:00