mirror of https://github.com/sbt/sbt.git
Hide Zinc Compilation implementation
Before, we had made this public in `sbt.inc`, but this is not necessary anymore.
This commit is contained in:
parent
c8560c6b4e
commit
e071577d6a
|
|
@ -15,7 +15,7 @@ import xsbti.compile.CompilerBridgeProvider;
|
|||
import java.io.File;
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
public final class ZincBridgeProvider {
|
||||
public interface ZincBridgeProvider {
|
||||
/**
|
||||
* Returns an ivy resolver to resolve dependencies locally in the default `.ivy2/local`.
|
||||
* <p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue