Navigation Menu

Skip to content

Commit

Permalink
Avoid new cyclic error in 2.13.x
Browse files Browse the repository at this point in the history
Complies with scala/scala#6589
  • Loading branch information
retronym committed Jun 18, 2018
1 parent 6c826ca commit aa7846c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ package sys
package process

import processInternal._
import ProcessBuilder._
import ProcessBuilder.{Sink, Source}

/** Represents a sequence of one or more external processes that can be
* executed. A `ProcessBuilder` can be a single external process, or a
Expand Down

0 comments on commit aa7846c

Please sign in to comment.