Skip to content

Commit

Permalink
Merge pull request #368 from eed3si9n/wip/typo
Browse files Browse the repository at this point in the history
Fix typo in scalaCompiler parameter name
  • Loading branch information
eed3si9n authored Jul 17, 2017
2 parents daaec42 + 830cd0b commit d4d29e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zinc/src/main/scala/sbt/internal/inc/ZincUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object ZincUtil {
globalLock: xsbti.GlobalLock,
componentProvider: xsbti.ComponentProvider,
secondaryCacheDir: Option[File],
depencencyResolution: DependencyResolution,
dependencyResolution: DependencyResolution,
compilerBridgeSource: ModuleID,
scalaJarsTarget: File,
log: xsbti.Logger
Expand All @@ -98,7 +98,7 @@ object ZincUtil {
val bridgeProvider =
ZincComponentCompiler.interfaceProvider(compilerBridgeSource,
componentManager,
depencencyResolution,
dependencyResolution,
scalaJarsTarget)
val emptyHandler = (_: Seq[String]) => ()
val loader = Some(new ClassLoaderCache(new URLClassLoader(Array())))
Expand Down

0 comments on commit d4d29e8

Please sign in to comment.