mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
Compilation with analysis independent of Scala version of sbt.
Basic test for this.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package xsbti;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface ScalaProvider
|
||||
{
|
||||
public ClassLoader getScalaLoader(String scalaVersion);
|
||||
public File getScalaHome(String scalaVersion);
|
||||
}
|
||||
Reference in New Issue
Block a user