Merge pull request #6504 from adpi2/public-mkScalaInstance

Expose makeScalaInstance
This commit is contained in:
eugene yokota 2021-05-10 10:05:05 -04:00 committed by GitHub
commit 91704c755c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ object Defaults extends BuildCommon {
scalaInstanceTopLoader.value,
)
}
private def makeScalaInstance(
def makeScalaInstance(
version: String,
libraryJars: Array[File],
allCompilerJars: Seq[File],