mirror of https://github.com/sbt/sbt.git
expose makeScalaInstance
This commit is contained in:
parent
b50a3ff0fe
commit
ce59ea754a
|
|
@ -1143,7 +1143,7 @@ object Defaults extends BuildCommon {
|
|||
scalaInstanceTopLoader.value,
|
||||
)
|
||||
}
|
||||
private def makeScalaInstance(
|
||||
def makeScalaInstance(
|
||||
version: String,
|
||||
libraryJars: Array[File],
|
||||
allCompilerJars: Seq[File],
|
||||
|
|
|
|||
Loading…
Reference in New Issue