Hide Zinc Compilation implementation

Before, we had made this public in `sbt.inc`, but this is not necessary
anymore.
This commit is contained in:
jvican 2017-05-22 15:54:20 +02:00
parent c8560c6b4e
commit e071577d6a
1 changed files with 1 additions and 1 deletions

View File

@ -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>